#8eceb4
a light, soft green · cool · closest name: turquoise
RGB
142, 206, 180
HSL
156°, 40%, 68%
CMYK
31, 0, 13, 19
Luminance
0.5319
Every format
| HEX | #8eceb4 |
| RGB | rgb(142, 206, 180) |
| HSL | hsl(156, 40%, 68%) |
| CMYK | cmyk(31%, 0%, 13%, 19%) |
| LAB | lab(78.0 -25.9 6.5) |
| LCH | lch(78.0 26.7 166.0) |
| OKLCH | oklch(0.801 0.075 167.2) |
Copy-ready code
/* CSS */
color: #8eceb4;
background-color: #8eceb4;
/* Tailwind (arbitrary) */
class="text-[#8eceb4] bg-[#8eceb4]"
/* SCSS */
$brand: #8eceb4;
/* SwiftUI */
Color(red: 0.557, green: 0.808, blue: 0.706)
/* Android */
Color.parseColor("#8eceb4")Accessibility — WCAG contrast
Aa
#8eceb4 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eceb4 on black: 11.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green80.8%
Blue70.6%
CMYK percentages
Cyan31.1%
Magenta0.0%
Yellow12.6%
Key (black)19.2%
Color previews
#8eceb4 text on a black background
contrast 11.64:1
Card sample
#8eceb4 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eceb4;
Background color
Panel with #8eceb4 background
background-color: #8eceb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eceb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 206, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 206, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eceb4; background: linear-gradient(135deg, #8eceb4, #8EBDCE);