#8f99cf
a light, soft blue · warm · closest name: steelblue
RGB
143, 153, 207
HSL
231°, 40%, 69%
CMYK
31, 26, 0, 19
Luminance
0.3313
Every format
| HEX | #8f99cf |
| RGB | rgb(143, 153, 207) |
| HSL | hsl(231, 40%, 69%) |
| CMYK | cmyk(31%, 26%, 0%, 19%) |
| LAB | lab(64.3 8.9 -28.8) |
| LCH | lch(64.3 30.2 287.2) |
| OKLCH | oklch(0.695 0.080 276.0) |
Copy-ready code
/* CSS */
color: #8f99cf;
background-color: #8f99cf;
/* Tailwind (arbitrary) */
class="text-[#8f99cf] bg-[#8f99cf]"
/* SCSS */
$brand: #8f99cf;
/* SwiftUI */
Color(red: 0.561, green: 0.600, blue: 0.812)
/* Android */
Color.parseColor("#8f99cf")Accessibility — WCAG contrast
Aa
#8f99cf on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8f99cf on black: 7.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green60.0%
Blue81.2%
CMYK percentages
Cyan30.9%
Magenta26.1%
Yellow0.0%
Key (black)18.8%
Color previews
#8f99cf text on a black background
contrast 7.63:1
Card sample
#8f99cf text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f99cf;
Background color
Panel with #8f99cf background
background-color: #8f99cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f99cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 153, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 153, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f99cf; background: linear-gradient(135deg, #8f99cf, #B08FCF);