#8ecdfe
a light, electric blue · cool · closest name: skyblue
RGB
142, 205, 254
HSL
206°, 98%, 78%
CMYK
44, 19, 0, 0
Luminance
0.5657
Every format
| HEX | #8ecdfe |
| RGB | rgb(142, 205, 254) |
| HSL | hsl(206, 98%, 78%) |
| CMYK | cmyk(44%, 19%, 0%, 0%) |
| LAB | lab(79.9 -7.6 -30.3) |
| LCH | lch(79.9 31.2 256.0) |
| OKLCH | oklch(0.824 0.095 242.7) |
Copy-ready code
/* CSS */
color: #8ecdfe;
background-color: #8ecdfe;
/* Tailwind (arbitrary) */
class="text-[#8ecdfe] bg-[#8ecdfe]"
/* SCSS */
$brand: #8ecdfe;
/* SwiftUI */
Color(red: 0.557, green: 0.804, blue: 0.996)
/* Android */
Color.parseColor("#8ecdfe")Accessibility — WCAG contrast
Aa
#8ecdfe on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ecdfe on black: 12.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green80.4%
Blue99.6%
CMYK percentages
Cyan44.1%
Magenta19.3%
Yellow0.0%
Key (black)0.4%
Color previews
#8ecdfe text on a black background
contrast 12.31:1
Card sample
#8ecdfe text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ecdfe;
Background color
Panel with #8ecdfe background
background-color: #8ecdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ecdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 205, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 205, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ecdfe; background: linear-gradient(135deg, #8ecdfe, #9A8EFE);