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