#8ec2ab
a light, soft green · cool · closest name: silver
RGB
142, 194, 171
HSL
154°, 30%, 66%
CMYK
27, 0, 12, 24
Luminance
0.4727
Every format
| HEX | #8ec2ab |
| RGB | rgb(142, 194, 171) |
| HSL | hsl(154, 30%, 66%) |
| CMYK | cmyk(27%, 0%, 12%, 24%) |
| LAB | lab(74.4 -21.8 6.1) |
| LCH | lch(74.4 22.7 164.4) |
| OKLCH | oklch(0.771 0.064 165.7) |
Copy-ready code
/* CSS */
color: #8ec2ab;
background-color: #8ec2ab;
/* Tailwind (arbitrary) */
class="text-[#8ec2ab] bg-[#8ec2ab]"
/* SCSS */
$brand: #8ec2ab;
/* SwiftUI */
Color(red: 0.557, green: 0.761, blue: 0.671)
/* Android */
Color.parseColor("#8ec2ab")Accessibility — WCAG contrast
Aa
#8ec2ab on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ec2ab on black: 10.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green76.1%
Blue67.1%
CMYK percentages
Cyan26.8%
Magenta0.0%
Yellow11.9%
Key (black)23.9%
Color previews
#8ec2ab text on a black background
contrast 10.45:1
Card sample
#8ec2ab text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ec2ab;
Background color
Panel with #8ec2ab background
background-color: #8ec2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ec2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 194, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 194, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ec2ab; background: linear-gradient(135deg, #8ec2ab, #8EB6C2);