#8edcdf
a light, vivid cyan · cool · closest name: skyblue
RGB
142, 220, 223
HSL
182°, 56%, 72%
CMYK
36, 1, 0, 13
Luminance
0.6226
Every format
| HEX | #8edcdf |
| RGB | rgb(142, 220, 223) |
| HSL | hsl(182, 56%, 72%) |
| CMYK | cmyk(36%, 1%, 0%, 13%) |
| LAB | lab(83.0 -23.1 -9.1) |
| LCH | lch(83.0 24.9 201.4) |
| OKLCH | oklch(0.845 0.077 198.9) |
Copy-ready code
/* CSS */
color: #8edcdf;
background-color: #8edcdf;
/* Tailwind (arbitrary) */
class="text-[#8edcdf] bg-[#8edcdf]"
/* SCSS */
$brand: #8edcdf;
/* SwiftUI */
Color(red: 0.557, green: 0.863, blue: 0.875)
/* Android */
Color.parseColor("#8edcdf")Accessibility — WCAG contrast
Aa
#8edcdf on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8edcdf on black: 13.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green86.3%
Blue87.5%
CMYK percentages
Cyan36.3%
Magenta1.3%
Yellow0.0%
Key (black)12.5%
Color previews
#8edcdf text on a black background
contrast 13.45:1
Card sample
#8edcdf text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8edcdf;
Background color
Panel with #8edcdf background
background-color: #8edcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8edcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 220, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 220, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8edcdf; background: linear-gradient(135deg, #8edcdf, #8EA6DF);