#8edeb2
a light, vivid green · cool · closest name: aquamarine
RGB
142, 222, 178
HSL
147°, 55%, 71%
CMYK
36, 0, 20, 13
Luminance
0.6121
Every format
| HEX | #8edeb2 |
| RGB | rgb(142, 222, 178) |
| HSL | hsl(147, 55%, 71%) |
| CMYK | cmyk(36%, 0%, 20%, 13%) |
| LAB | lab(82.5 -33.9 13.9) |
| LCH | lch(82.5 36.7 157.7) |
| OKLCH | oklch(0.837 0.101 159.2) |
Copy-ready code
/* CSS */
color: #8edeb2;
background-color: #8edeb2;
/* Tailwind (arbitrary) */
class="text-[#8edeb2] bg-[#8edeb2]"
/* SCSS */
$brand: #8edeb2;
/* SwiftUI */
Color(red: 0.557, green: 0.871, blue: 0.698)
/* Android */
Color.parseColor("#8edeb2")Accessibility — WCAG contrast
Aa
#8edeb2 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8edeb2 on black: 13.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green87.1%
Blue69.8%
CMYK percentages
Cyan36.0%
Magenta0.0%
Yellow19.8%
Key (black)12.9%
Color previews
#8edeb2 text on a black background
contrast 13.24:1
Card sample
#8edeb2 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8edeb2;
Background color
Panel with #8edeb2 background
background-color: #8edeb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8edeb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 222, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 222, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8edeb2; background: linear-gradient(135deg, #8edeb2, #8ED5DE);