Closest to Light Slate Gray
#6B8BA4
Color conversions
Reference values for common CSS, design, and accessibility formats.
| Format | Value | Preview | Copy |
|---|---|---|---|
| HEX | 6B8BA4 | ||
| HEX with # | #6B8BA4 | ||
| RGB | rgb(107, 139, 164) | ||
| RGBA | rgba(107, 139, 164, 1) | ||
| HSL | hsl(206.32 23.85% 53.14%) | ||
| HSLA | hsla(206.32, 23.85%, 53.14%, 1) | ||
| HSV | hsv(206.32, 34.76%, 64.31%) | ||
| CMYK | cmyk(34.76%, 15.24%, 0%, 35.69%) | ||
| OKLCH | oklch(62.17% 0.0524 242.16) |
Closest named matches
Color modifications
Lighter shades
Saturation steps
Suggested pairings
Split-complementary
Try this combo as a gradientUse this color in CSS
--color: #6B8BA4;
bg-[#6b8ba4]
Accessibility quick-check
White text
3.59:1
AA large
Black text
5.85:1
AA normal
Reference notes
#6B8BA4 is a balanced, soft blue color closest to Light Slate Gray. The color has RGB channels of 107, 139, and 164; in HSL terms, it is centered near 206 degrees with 24% saturation and 53% lightness. In a design system, this cool reading is a useful shortcut for deciding whether the color should act as a primary accent, a supporting surface, or a quiet divider. The safest usage pattern is to test it against both light and dark surfaces, then reserve the weaker text pairing for decoration rather than essential labels. If the color feels too forceful at full strength, the lighter, darker, and desaturated variants usually provide a calmer path for production UI. For editorial or product interfaces, reserve the most saturated use for accents and repeat softer variants in borders, labels, or background fills. This makes it useful for backgrounds, supporting UI surfaces, editorial layouts, and restrained visual systems. In CSS systems, define it as a custom property first so variations, shadows, and gradients can stay consistent.