#8ecef1
a light, electric blue · cool · closest name: skyblue
RGB
142, 206, 241
HSL
201°, 78%, 75%
CMYK
41, 15, 0, 6
Luminance
0.5624
Every format
| HEX | #8ecef1 |
| RGB | rgb(142, 206, 241) |
| HSL | hsl(201, 78%, 75%) |
| CMYK | cmyk(41%, 15%, 0%, 6%) |
| LAB | lab(79.8 -11.5 -23.6) |
| LCH | lch(79.8 26.3 244.0) |
| OKLCH | oklch(0.821 0.082 233.0) |
Copy-ready code
/* CSS */
color: #8ecef1;
background-color: #8ecef1;
/* Tailwind (arbitrary) */
class="text-[#8ecef1] bg-[#8ecef1]"
/* SCSS */
$brand: #8ecef1;
/* SwiftUI */
Color(red: 0.557, green: 0.808, blue: 0.945)
/* Android */
Color.parseColor("#8ecef1")Accessibility — WCAG contrast
Aa
#8ecef1 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ecef1 on black: 12.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green80.8%
Blue94.5%
CMYK percentages
Cyan41.1%
Magenta14.5%
Yellow0.0%
Key (black)5.5%
Color previews
#8ecef1 text on a black background
contrast 12.25:1
Card sample
#8ecef1 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ecef1;
Background color
Panel with #8ecef1 background
background-color: #8ecef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ecef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 206, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 206, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ecef1; background: linear-gradient(135deg, #8ecef1, #908EF1);