#8facf1
a light, electric blue · cool · closest name: steelblue
RGB
143, 172, 241
HSL
222°, 78%, 75%
CMYK
41, 29, 0, 6
Luminance
0.4170
Every format
| HEX | #8facf1 |
| RGB | rgb(143, 172, 241) |
| HSL | hsl(222, 78%, 75%) |
| CMYK | cmyk(41%, 29%, 0%, 6%) |
| LAB | lab(70.7 7.2 -37.6) |
| LCH | lch(70.7 38.3 280.8) |
| OKLCH | oklch(0.749 0.105 266.4) |
Copy-ready code
/* CSS */
color: #8facf1;
background-color: #8facf1;
/* Tailwind (arbitrary) */
class="text-[#8facf1] bg-[#8facf1]"
/* SCSS */
$brand: #8facf1;
/* SwiftUI */
Color(red: 0.561, green: 0.675, blue: 0.945)
/* Android */
Color.parseColor("#8facf1")Accessibility — WCAG contrast
Aa
#8facf1 on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8facf1 on black: 9.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green67.5%
Blue94.5%
CMYK percentages
Cyan40.7%
Magenta28.6%
Yellow0.0%
Key (black)5.5%
Color previews
#8facf1 text on a black background
contrast 9.34:1
Card sample
#8facf1 text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8facf1;
Background color
Panel with #8facf1 background
background-color: #8facf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8facf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 172, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 172, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8facf1; background: linear-gradient(135deg, #8facf1, #B38FF1);