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