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