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