#8f9cdf
a light, vivid blue · warm · closest name: steelblue
RGB
143, 156, 223
HSL
230°, 56%, 72%
CMYK
36, 30, 0, 13
Luminance
0.3494
Every format
| HEX | #8f9cdf |
| RGB | rgb(143, 156, 223) |
| HSL | hsl(230, 56%, 72%) |
| CMYK | cmyk(36%, 30%, 0%, 13%) |
| LAB | lab(65.7 11.4 -35.5) |
| LCH | lch(65.7 37.2 287.8) |
| OKLCH | oklch(0.709 0.099 275.2) |
Copy-ready code
/* CSS */
color: #8f9cdf;
background-color: #8f9cdf;
/* Tailwind (arbitrary) */
class="text-[#8f9cdf] bg-[#8f9cdf]"
/* SCSS */
$brand: #8f9cdf;
/* SwiftUI */
Color(red: 0.561, green: 0.612, blue: 0.875)
/* Android */
Color.parseColor("#8f9cdf")Accessibility — WCAG contrast
Aa
#8f9cdf on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8f9cdf on black: 7.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green61.2%
Blue87.5%
CMYK percentages
Cyan35.9%
Magenta30.0%
Yellow0.0%
Key (black)12.5%
Color previews
#8f9cdf text on a black background
contrast 7.99:1
Card sample
#8f9cdf text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f9cdf;
Background color
Panel with #8f9cdf background
background-color: #8f9cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f9cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 156, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 156, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f9cdf; background: linear-gradient(135deg, #8f9cdf, #B78FDF);