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