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