#8facf4
a light, electric blue · cool · closest name: steelblue
RGB
143, 172, 244
HSL
223°, 82%, 76%
CMYK
41, 30, 0, 4
Luminance
0.4188
Every format
| HEX | #8facf4 |
| RGB | rgb(143, 172, 244) |
| HSL | hsl(223, 82%, 76%) |
| CMYK | cmyk(41%, 30%, 0%, 4%) |
| LAB | lab(70.8 8.0 -39.0) |
| LCH | lch(70.8 39.9 281.6) |
| OKLCH | oklch(0.751 0.109 267.0) |
Copy-ready code
/* CSS */
color: #8facf4;
background-color: #8facf4;
/* Tailwind (arbitrary) */
class="text-[#8facf4] bg-[#8facf4]"
/* SCSS */
$brand: #8facf4;
/* SwiftUI */
Color(red: 0.561, green: 0.675, blue: 0.957)
/* Android */
Color.parseColor("#8facf4")Accessibility — WCAG contrast
Aa
#8facf4 on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8facf4 on black: 9.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green67.5%
Blue95.7%
CMYK percentages
Cyan41.4%
Magenta29.5%
Yellow0.0%
Key (black)4.3%
Color previews
#8facf4 text on a black background
contrast 9.38:1
Card sample
#8facf4 text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8facf4;
Background color
Panel with #8facf4 background
background-color: #8facf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8facf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 172, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 172, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8facf4; background: linear-gradient(135deg, #8facf4, #B58FF4);