#8fa9da
a light, vivid blue · cool · closest name: steelblue
RGB
143, 169, 218
HSL
219°, 50%, 71%
CMYK
34, 23, 0, 15
Luminance
0.3928
Every format
| HEX | #8fa9da |
| RGB | rgb(143, 169, 218) |
| HSL | hsl(219, 50%, 71%) |
| CMYK | cmyk(34%, 23%, 0%, 15%) |
| LAB | lab(69.0 2.7 -27.7) |
| LCH | lch(69.0 27.8 275.6) |
| OKLCH | oklch(0.733 0.077 262.8) |
Copy-ready code
/* CSS */
color: #8fa9da;
background-color: #8fa9da;
/* Tailwind (arbitrary) */
class="text-[#8fa9da] bg-[#8fa9da]"
/* SCSS */
$brand: #8fa9da;
/* SwiftUI */
Color(red: 0.561, green: 0.663, blue: 0.855)
/* Android */
Color.parseColor("#8fa9da")Accessibility — WCAG contrast
Aa
#8fa9da on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fa9da on black: 8.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green66.3%
Blue85.5%
CMYK percentages
Cyan34.4%
Magenta22.5%
Yellow0.0%
Key (black)14.5%
Color previews
#8fa9da text on a black background
contrast 8.86:1
Card sample
#8fa9da text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fa9da;
Background color
Panel with #8fa9da background
background-color: #8fa9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fa9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 169, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 169, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fa9da; background: linear-gradient(135deg, #8fa9da, #A78FDA);