#9edeb0
a light, vivid green · cool · closest name: aquamarine
RGB
158, 222, 176
HSL
137°, 49%, 75%
CMYK
29, 0, 21, 13
Luminance
0.6265
Every format
| HEX | #9edeb0 |
| RGB | rgb(158, 222, 176) |
| HSL | hsl(137, 49%, 75%) |
| CMYK | cmyk(29%, 0%, 21%, 13%) |
| LAB | lab(83.3 -29.5 16.2) |
| LCH | lch(83.3 33.6 151.2) |
| OKLCH | oklch(0.845 0.091 152.9) |
Copy-ready code
/* CSS */
color: #9edeb0;
background-color: #9edeb0;
/* Tailwind (arbitrary) */
class="text-[#9edeb0] bg-[#9edeb0]"
/* SCSS */
$brand: #9edeb0;
/* SwiftUI */
Color(red: 0.620, green: 0.871, blue: 0.690)
/* Android */
Color.parseColor("#9edeb0")Accessibility — WCAG contrast
Aa
#9edeb0 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9edeb0 on black: 13.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green87.1%
Blue69.0%
CMYK percentages
Cyan28.8%
Magenta0.0%
Yellow20.7%
Key (black)12.9%
Color previews
#9edeb0 text on a black background
contrast 13.53:1
Card sample
#9edeb0 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9edeb0;
Background color
Panel with #9edeb0 background
background-color: #9edeb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9edeb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 222, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 222, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9edeb0; background: linear-gradient(135deg, #9edeb0, #9EDEDB);