#8eeceb
a light, vivid cyan · cool · closest name: turquoise
RGB
142, 236, 235
HSL
179°, 71%, 74%
CMYK
40, 0, 0, 8
Luminance
0.7174
Every format
| HEX | #8eeceb |
| RGB | rgb(142, 236, 235) |
| HSL | hsl(179, 71%, 74%) |
| CMYK | cmyk(40%, 0%, 0%, 8%) |
| LAB | lab(87.8 -28.1 -8.3) |
| LCH | lch(87.8 29.3 196.5) |
| OKLCH | oklch(0.885 0.090 194.8) |
Copy-ready code
/* CSS */
color: #8eeceb;
background-color: #8eeceb;
/* Tailwind (arbitrary) */
class="text-[#8eeceb] bg-[#8eeceb]"
/* SCSS */
$brand: #8eeceb;
/* SwiftUI */
Color(red: 0.557, green: 0.925, blue: 0.922)
/* Android */
Color.parseColor("#8eeceb")Accessibility — WCAG contrast
Aa
#8eeceb on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eeceb on black: 15.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green92.5%
Blue92.2%
CMYK percentages
Cyan39.8%
Magenta0.0%
Yellow0.4%
Key (black)7.5%
Color previews
#8eeceb text on a black background
contrast 15.35:1
Card sample
#8eeceb text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eeceb;
Background color
Panel with #8eeceb background
background-color: #8eeceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eeceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 236, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 236, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eeceb; background: linear-gradient(135deg, #8eeceb, #8EAEEC);