#8ed2ab
a light, soft green · cool · closest name: aquamarine
RGB
142, 210, 171
HSL
146°, 43%, 69%
CMYK
32, 0, 19, 18
Luminance
0.5478
Every format
| HEX | #8ed2ab |
| RGB | rgb(142, 210, 171) |
| HSL | hsl(146, 43%, 69%) |
| CMYK | cmyk(32%, 0%, 19%, 18%) |
| LAB | lab(78.9 -29.6 12.6) |
| LCH | lch(78.9 32.2 157.0) |
| OKLCH | oklch(0.808 0.088 158.5) |
Copy-ready code
/* CSS */
color: #8ed2ab;
background-color: #8ed2ab;
/* Tailwind (arbitrary) */
class="text-[#8ed2ab] bg-[#8ed2ab]"
/* SCSS */
$brand: #8ed2ab;
/* SwiftUI */
Color(red: 0.557, green: 0.824, blue: 0.671)
/* Android */
Color.parseColor("#8ed2ab")Accessibility — WCAG contrast
Aa
#8ed2ab on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ed2ab on black: 11.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green82.4%
Blue67.1%
CMYK percentages
Cyan32.4%
Magenta0.0%
Yellow18.6%
Key (black)17.6%
Color previews
#8ed2ab text on a black background
contrast 11.96:1
Card sample
#8ed2ab text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ed2ab;
Background color
Panel with #8ed2ab background
background-color: #8ed2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ed2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 210, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 210, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ed2ab; background: linear-gradient(135deg, #8ed2ab, #8ECCD2);