#8ecccf
a light, soft cyan · cool · closest name: skyblue
RGB
142, 204, 207
HSL
183°, 40%, 68%
CMYK
31, 1, 0, 19
Luminance
0.5344
Every format
| HEX | #8ecccf |
| RGB | rgb(142, 204, 207) |
| HSL | hsl(183, 40%, 68%) |
| CMYK | cmyk(31%, 1%, 0%, 19%) |
| LAB | lab(78.1 -18.9 -7.8) |
| LCH | lch(78.1 20.5 202.5) |
| OKLCH | oklch(0.804 0.063 199.8) |
Copy-ready code
/* CSS */
color: #8ecccf;
background-color: #8ecccf;
/* Tailwind (arbitrary) */
class="text-[#8ecccf] bg-[#8ecccf]"
/* SCSS */
$brand: #8ecccf;
/* SwiftUI */
Color(red: 0.557, green: 0.800, blue: 0.812)
/* Android */
Color.parseColor("#8ecccf")Accessibility — WCAG contrast
Aa
#8ecccf on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ecccf on black: 11.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green80.0%
Blue81.2%
CMYK percentages
Cyan31.4%
Magenta1.4%
Yellow0.0%
Key (black)18.8%
Color previews
#8ecccf text on a black background
contrast 11.69:1
Card sample
#8ecccf text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ecccf;
Background color
Panel with #8ecccf background
background-color: #8ecccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ecccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 204, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 204, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ecccf; background: linear-gradient(135deg, #8ecccf, #8EA1CF);