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