#a9ebc9
a light, vivid green · cool · closest name: aquamarine
RGB
169, 235, 201
HSL
149°, 62%, 79%
CMYK
28, 0, 15, 8
Luminance
0.7207
Every format
| HEX | #a9ebc9 |
| RGB | rgb(169, 235, 201) |
| HSL | hsl(149, 62%, 79%) |
| CMYK | cmyk(28%, 0%, 15%, 8%) |
| LAB | lab(88.0 -27.6 9.9) |
| LCH | lch(88.0 29.3 160.3) |
| OKLCH | oklch(0.886 0.082 161.7) |
Copy-ready code
/* CSS */
color: #a9ebc9;
background-color: #a9ebc9;
/* Tailwind (arbitrary) */
class="text-[#a9ebc9] bg-[#a9ebc9]"
/* SCSS */
$brand: #a9ebc9;
/* SwiftUI */
Color(red: 0.663, green: 0.922, blue: 0.788)
/* Android */
Color.parseColor("#a9ebc9")Accessibility — WCAG contrast
Aa
#a9ebc9 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a9ebc9 on black: 15.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green92.2%
Blue78.8%
CMYK percentages
Cyan28.1%
Magenta0.0%
Yellow14.5%
Key (black)7.8%
Color previews
#a9ebc9 text on a black background
contrast 15.41:1
Card sample
#a9ebc9 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a9ebc9;
Background color
Panel with #a9ebc9 background
background-color: #a9ebc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a9ebc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 235, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 235, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a9ebc9; background: linear-gradient(135deg, #a9ebc9, #A9E1EB);