#8ebffb
a light, electric blue · cool · closest name: skyblue
RGB
142, 191, 251
HSL
213°, 93%, 77%
CMYK
43, 24, 0, 2
Luminance
0.4998
Every format
| HEX | #8ebffb |
| RGB | rgb(142, 191, 251) |
| HSL | hsl(213, 93%, 77%) |
| CMYK | cmyk(43%, 24%, 0%, 2%) |
| LAB | lab(76.0 -0.8 -34.7) |
| LCH | lch(76.0 34.7 268.6) |
| OKLCH | oklch(0.793 0.100 253.9) |
Copy-ready code
/* CSS */
color: #8ebffb;
background-color: #8ebffb;
/* Tailwind (arbitrary) */
class="text-[#8ebffb] bg-[#8ebffb]"
/* SCSS */
$brand: #8ebffb;
/* SwiftUI */
Color(red: 0.557, green: 0.749, blue: 0.984)
/* Android */
Color.parseColor("#8ebffb")Accessibility — WCAG contrast
Aa
#8ebffb on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ebffb on black: 11.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green74.9%
Blue98.4%
CMYK percentages
Cyan43.4%
Magenta23.9%
Yellow0.0%
Key (black)1.6%
Color previews
#8ebffb text on a black background
contrast 11.00:1
Card sample
#8ebffb text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ebffb;
Background color
Panel with #8ebffb background
background-color: #8ebffb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ebffb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 191, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 191, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ebffb; background: linear-gradient(135deg, #8ebffb, #A68EFB);