#9adeb0
a light, vivid green · cool · closest name: aquamarine
RGB
154, 222, 176
HSL
139°, 51%, 74%
CMYK
31, 0, 21, 13
Luminance
0.6225
Every format
| HEX | #9adeb0 |
| RGB | rgb(154, 222, 176) |
| HSL | hsl(139, 51%, 74%) |
| CMYK | cmyk(31%, 0%, 21%, 13%) |
| LAB | lab(83.0 -30.7 15.9) |
| LCH | lch(83.0 34.6 152.7) |
| OKLCH | oklch(0.843 0.094 154.4) |
Copy-ready code
/* CSS */
color: #9adeb0;
background-color: #9adeb0;
/* Tailwind (arbitrary) */
class="text-[#9adeb0] bg-[#9adeb0]"
/* SCSS */
$brand: #9adeb0;
/* SwiftUI */
Color(red: 0.604, green: 0.871, blue: 0.690)
/* Android */
Color.parseColor("#9adeb0")Accessibility — WCAG contrast
Aa
#9adeb0 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9adeb0 on black: 13.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green87.1%
Blue69.0%
CMYK percentages
Cyan30.6%
Magenta0.0%
Yellow20.7%
Key (black)12.9%
Color previews
#9adeb0 text on a black background
contrast 13.45:1
Card sample
#9adeb0 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9adeb0;
Background color
Panel with #9adeb0 background
background-color: #9adeb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9adeb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 222, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 222, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9adeb0; background: linear-gradient(135deg, #9adeb0, #9ADEDD);