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