#8fbaf4
a light, electric blue · cool · closest name: skyblue
RGB
143, 186, 244
HSL
215°, 82%, 76%
CMYK
41, 24, 0, 4
Luminance
0.4749
Every format
| HEX | #8fbaf4 |
| RGB | rgb(143, 186, 244) |
| HSL | hsl(215, 82%, 76%) |
| CMYK | cmyk(41%, 24%, 0%, 4%) |
| LAB | lab(74.5 0.2 -33.3) |
| LCH | lch(74.5 33.3 270.4) |
| OKLCH | oklch(0.780 0.095 256.1) |
Copy-ready code
/* CSS */
color: #8fbaf4;
background-color: #8fbaf4;
/* Tailwind (arbitrary) */
class="text-[#8fbaf4] bg-[#8fbaf4]"
/* SCSS */
$brand: #8fbaf4;
/* SwiftUI */
Color(red: 0.561, green: 0.729, blue: 0.957)
/* Android */
Color.parseColor("#8fbaf4")Accessibility — WCAG contrast
Aa
#8fbaf4 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fbaf4 on black: 10.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green72.9%
Blue95.7%
CMYK percentages
Cyan41.4%
Magenta23.8%
Yellow0.0%
Key (black)4.3%
Color previews
#8fbaf4 text on a black background
contrast 10.50:1
Card sample
#8fbaf4 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fbaf4;
Background color
Panel with #8fbaf4 background
background-color: #8fbaf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fbaf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 186, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 186, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fbaf4; background: linear-gradient(135deg, #8fbaf4, #A78FF4);