#8eeaf9
a light, electric cyan · cool · closest name: skyblue
RGB
142, 234, 249
HSL
188°, 90%, 77%
CMYK
43, 6, 0, 2
Luminance
0.7144
Every format
| HEX | #8eeaf9 |
| RGB | rgb(142, 234, 249) |
| HSL | hsl(188, 90%, 77%) |
| CMYK | cmyk(43%, 6%, 0%, 2%) |
| LAB | lab(87.7 -23.7 -15.8) |
| LCH | lch(87.7 28.5 213.8) |
| OKLCH | oklch(0.885 0.090 208.9) |
Copy-ready code
/* CSS */
color: #8eeaf9;
background-color: #8eeaf9;
/* Tailwind (arbitrary) */
class="text-[#8eeaf9] bg-[#8eeaf9]"
/* SCSS */
$brand: #8eeaf9;
/* SwiftUI */
Color(red: 0.557, green: 0.918, blue: 0.976)
/* Android */
Color.parseColor("#8eeaf9")Accessibility — WCAG contrast
Aa
#8eeaf9 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eeaf9 on black: 15.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green91.8%
Blue97.6%
CMYK percentages
Cyan43.0%
Magenta6.0%
Yellow0.0%
Key (black)2.4%
Color previews
#8eeaf9 text on a black background
contrast 15.29:1
Card sample
#8eeaf9 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eeaf9;
Background color
Panel with #8eeaf9 background
background-color: #8eeaf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eeaf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 234, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 234, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eeaf9; background: linear-gradient(135deg, #8eeaf9, #8EA3F9);