#8eccdf
a light, vivid cyan · cool · closest name: skyblue
RGB
142, 204, 223
HSL
194°, 56%, 72%
CMYK
36, 9, 0, 13
Luminance
0.5426
Every format
| HEX | #8eccdf |
| RGB | rgb(142, 204, 223) |
| HSL | hsl(194, 56%, 72%) |
| CMYK | cmyk(36%, 9%, 0%, 13%) |
| LAB | lab(78.6 -15.1 -15.7) |
| LCH | lch(78.6 21.8 226.2) |
| OKLCH | oklch(0.810 0.069 218.9) |
Copy-ready code
/* CSS */
color: #8eccdf;
background-color: #8eccdf;
/* Tailwind (arbitrary) */
class="text-[#8eccdf] bg-[#8eccdf]"
/* SCSS */
$brand: #8eccdf;
/* SwiftUI */
Color(red: 0.557, green: 0.800, blue: 0.875)
/* Android */
Color.parseColor("#8eccdf")Accessibility — WCAG contrast
Aa
#8eccdf on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eccdf on black: 11.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green80.0%
Blue87.5%
CMYK percentages
Cyan36.3%
Magenta8.5%
Yellow0.0%
Key (black)12.5%
Color previews
#8eccdf text on a black background
contrast 11.85:1
Card sample
#8eccdf text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eccdf;
Background color
Panel with #8eccdf background
background-color: #8eccdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eccdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 204, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 204, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eccdf; background: linear-gradient(135deg, #8eccdf, #8E96DF);