Closest to Light Steel Blue
#9FA8DA
Color conversions
Reference values for common CSS, design, and accessibility formats.
| Format | Value | Preview | Copy |
|---|---|---|---|
| HEX | 9FA8DA | ||
| HEX with # | #9FA8DA | ||
| RGB | rgb(159, 168, 218) | ||
| RGBA | rgba(159, 168, 218, 1) | ||
| HSL | hsl(230.85 44.36% 73.92%) | ||
| HSLA | hsla(230.85, 44.36%, 73.92%, 1) | ||
| HSV | hsv(230.85, 27.06%, 85.49%) | ||
| CMYK | cmyk(27.06%, 22.94%, 0%, 14.51%) | ||
| OKLCH | oklch(74.23% 0.073 276.54) |
Closest named matches
Color modifications
Lighter shades
Saturation steps
Suggested pairings
Split-complementary
Try this combo as a gradientUse this color in CSS
--color: #9FA8DA;
bg-[#9fa8da]
Accessibility quick-check
White text
2.31:1
Decorative only
Black text
9.09:1
AAA normal
Reference notes
#9FA8DA is a bright, clear blue color closest to Light Steel Blue. The color has RGB channels of 159, 168, and 218; in HSL terms, it is centered near 231 degrees with 44% saturation and 74% 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.