#8eccac
a light, soft green · cool · closest name: turquoise
RGB
142, 204, 172
HSL
149°, 38%, 68%
CMYK
30, 0, 16, 20
Luminance
0.5192
Every format
| HEX | #8eccac |
| RGB | rgb(142, 204, 172) |
| HSL | hsl(149, 38%, 68%) |
| CMYK | cmyk(30%, 0%, 16%, 20%) |
| LAB | lab(77.2 -26.6 9.7) |
| LCH | lch(77.2 28.3 160.0) |
| OKLCH | oklch(0.794 0.078 161.4) |
Copy-ready code
/* CSS */
color: #8eccac;
background-color: #8eccac;
/* Tailwind (arbitrary) */
class="text-[#8eccac] bg-[#8eccac]"
/* SCSS */
$brand: #8eccac;
/* SwiftUI */
Color(red: 0.557, green: 0.800, blue: 0.675)
/* Android */
Color.parseColor("#8eccac")Accessibility — WCAG contrast
Aa
#8eccac on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eccac on black: 11.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green80.0%
Blue67.5%
CMYK percentages
Cyan30.4%
Magenta0.0%
Yellow15.7%
Key (black)20.0%
Color previews
#8eccac text on a black background
contrast 11.38:1
Card sample
#8eccac text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eccac;
Background color
Panel with #8eccac background
background-color: #8eccac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eccac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 204, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 204, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eccac; background: linear-gradient(135deg, #8eccac, #8EC3CC);