#8ef1fc
a light, electric cyan · cool · closest name: skyblue
RGB
142, 241, 252
HSL
186°, 95%, 77%
CMYK
44, 4, 0, 1
Luminance
0.7569
Every format
| HEX | #8ef1fc |
| RGB | rgb(142, 241, 252) |
| HSL | hsl(186, 95%, 77%) |
| CMYK | cmyk(44%, 4%, 0%, 1%) |
| LAB | lab(89.7 -26.3 -14.4) |
| LCH | lch(89.7 30.0 208.7) |
| OKLCH | oklch(0.901 0.094 204.8) |
Copy-ready code
/* CSS */
color: #8ef1fc;
background-color: #8ef1fc;
/* Tailwind (arbitrary) */
class="text-[#8ef1fc] bg-[#8ef1fc]"
/* SCSS */
$brand: #8ef1fc;
/* SwiftUI */
Color(red: 0.557, green: 0.945, blue: 0.988)
/* Android */
Color.parseColor("#8ef1fc")Accessibility — WCAG contrast
Aa
#8ef1fc on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ef1fc on black: 16.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green94.5%
Blue98.8%
CMYK percentages
Cyan43.7%
Magenta4.4%
Yellow0.0%
Key (black)1.2%
Color previews
#8ef1fc text on a black background
contrast 16.14:1
Card sample
#8ef1fc text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ef1fc;
Background color
Panel with #8ef1fc background
background-color: #8ef1fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ef1fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 241, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 241, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ef1fc; background: linear-gradient(135deg, #8ef1fc, #8EA8FC);