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