#a9dfba
a light, vivid green · cool · closest name: aquamarine
RGB
169, 223, 186
HSL
139°, 46%, 77%
CMYK
24, 0, 17, 13
Luminance
0.6476
Every format
| HEX | #a9dfba |
| RGB | rgb(169, 223, 186) |
| HSL | hsl(139, 46%, 77%) |
| CMYK | cmyk(24%, 0%, 17%, 13%) |
| LAB | lab(84.4 -24.7 12.6) |
| LCH | lch(84.4 27.7 153.0) |
| OKLCH | oklch(0.856 0.076 154.6) |
Copy-ready code
/* CSS */
color: #a9dfba;
background-color: #a9dfba;
/* Tailwind (arbitrary) */
class="text-[#a9dfba] bg-[#a9dfba]"
/* SCSS */
$brand: #a9dfba;
/* SwiftUI */
Color(red: 0.663, green: 0.875, blue: 0.729)
/* Android */
Color.parseColor("#a9dfba")Accessibility — WCAG contrast
Aa
#a9dfba on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a9dfba on black: 13.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green87.5%
Blue72.9%
CMYK percentages
Cyan24.2%
Magenta0.0%
Yellow16.6%
Key (black)12.5%
Color previews
#a9dfba text on a black background
contrast 13.95:1
Card sample
#a9dfba text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a9dfba;
Background color
Panel with #a9dfba background
background-color: #a9dfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a9dfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 223, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 223, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a9dfba; background: linear-gradient(135deg, #a9dfba, #A9DFDE);