#8fabdf
a light, vivid blue · cool · closest name: steelblue
RGB
143, 171, 223
HSL
219°, 56%, 72%
CMYK
36, 23, 0, 13
Luminance
0.4029
Every format
| HEX | #8fabdf |
| RGB | rgb(143, 171, 223) |
| HSL | hsl(219, 56%, 72%) |
| CMYK | cmyk(36%, 23%, 0%, 13%) |
| LAB | lab(69.7 2.9 -29.3) |
| LCH | lch(69.7 29.4 275.7) |
| OKLCH | oklch(0.739 0.082 262.5) |
Copy-ready code
/* CSS */
color: #8fabdf;
background-color: #8fabdf;
/* Tailwind (arbitrary) */
class="text-[#8fabdf] bg-[#8fabdf]"
/* SCSS */
$brand: #8fabdf;
/* SwiftUI */
Color(red: 0.561, green: 0.671, blue: 0.875)
/* Android */
Color.parseColor("#8fabdf")Accessibility — WCAG contrast
Aa
#8fabdf on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fabdf on black: 9.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green67.1%
Blue87.5%
CMYK percentages
Cyan35.9%
Magenta23.3%
Yellow0.0%
Key (black)12.5%
Color previews
#8fabdf text on a black background
contrast 9.06:1
Card sample
#8fabdf text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fabdf;
Background color
Panel with #8fabdf background
background-color: #8fabdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fabdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 171, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 171, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fabdf; background: linear-gradient(135deg, #8fabdf, #A88FDF);