#8eeefe
a light, electric cyan · cool · closest name: skyblue
RGB
142, 238, 254
HSL
189°, 98%, 78%
CMYK
44, 6, 0, 0
Luminance
0.7406
Every format
| HEX | #8eeefe |
| RGB | rgb(142, 238, 254) |
| HSL | hsl(189, 98%, 78%) |
| CMYK | cmyk(44%, 6%, 0%, 0%) |
| LAB | lab(89.0 -24.4 -16.6) |
| LCH | lch(89.0 29.5 214.3) |
| OKLCH | oklch(0.895 0.093 209.3) |
Copy-ready code
/* CSS */
color: #8eeefe;
background-color: #8eeefe;
/* Tailwind (arbitrary) */
class="text-[#8eeefe] bg-[#8eeefe]"
/* SCSS */
$brand: #8eeefe;
/* SwiftUI */
Color(red: 0.557, green: 0.933, blue: 0.996)
/* Android */
Color.parseColor("#8eeefe")Accessibility — WCAG contrast
Aa
#8eeefe on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eeefe on black: 15.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green93.3%
Blue99.6%
CMYK percentages
Cyan44.1%
Magenta6.3%
Yellow0.0%
Key (black)0.4%
Color previews
#8eeefe text on a black background
contrast 15.81:1
Card sample
#8eeefe text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eeefe;
Background color
Panel with #8eeefe background
background-color: #8eeefe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eeefe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 238, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 238, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eeefe; background: linear-gradient(135deg, #8eeefe, #8EA3FE);