#a9da9d
a light, vivid green · cool · closest name: aquamarine
RGB
169, 218, 157
HSL
108°, 45%, 74%
CMYK
23, 0, 28, 15
Luminance
0.6101
Every format
| HEX | #a9da9d |
| RGB | rgb(169, 218, 157) |
| HSL | hsl(108, 45%, 74%) |
| CMYK | cmyk(23%, 0%, 28%, 15%) |
| LAB | lab(82.4 -27.2 25.0) |
| LCH | lch(82.4 37.0 137.4) |
| OKLCH | oklch(0.839 0.098 139.5) |
Copy-ready code
/* CSS */
color: #a9da9d;
background-color: #a9da9d;
/* Tailwind (arbitrary) */
class="text-[#a9da9d] bg-[#a9da9d]"
/* SCSS */
$brand: #a9da9d;
/* SwiftUI */
Color(red: 0.663, green: 0.855, blue: 0.616)
/* Android */
Color.parseColor("#a9da9d")Accessibility — WCAG contrast
Aa
#a9da9d on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a9da9d on black: 13.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green85.5%
Blue61.6%
CMYK percentages
Cyan22.5%
Magenta0.0%
Yellow28.0%
Key (black)14.5%
Color previews
#a9da9d text on a black background
contrast 13.20:1
Card sample
#a9da9d text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a9da9d;
Background color
Panel with #a9da9d background
background-color: #a9da9d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a9da9d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 218, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 218, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a9da9d; background: linear-gradient(135deg, #a9da9d, #9DDABA);