#a9fbc9
a light, electric green · cool · closest name: aquamarine
RGB
169, 251, 201
HSL
143°, 91%, 82%
CMYK
33, 0, 20, 2
Luminance
0.8165
Every format
| HEX | #a9fbc9 |
| RGB | rgb(169, 251, 201) |
| HSL | hsl(143, 91%, 82%) |
| CMYK | cmyk(33%, 0%, 20%, 2%) |
| LAB | lab(92.4 -35.1 16.2) |
| LCH | lch(92.4 38.6 155.3) |
| OKLCH | oklch(0.922 0.106 156.8) |
Copy-ready code
/* CSS */
color: #a9fbc9;
background-color: #a9fbc9;
/* Tailwind (arbitrary) */
class="text-[#a9fbc9] bg-[#a9fbc9]"
/* SCSS */
$brand: #a9fbc9;
/* SwiftUI */
Color(red: 0.663, green: 0.984, blue: 0.788)
/* Android */
Color.parseColor("#a9fbc9")Accessibility — WCAG contrast
Aa
#a9fbc9 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a9fbc9 on black: 17.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green98.4%
Blue78.8%
CMYK percentages
Cyan32.7%
Magenta0.0%
Yellow19.9%
Key (black)1.6%
Color previews
#a9fbc9 text on a black background
contrast 17.33:1
Card sample
#a9fbc9 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a9fbc9;
Background color
Panel with #a9fbc9 background
background-color: #a9fbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a9fbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 251, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 251, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a9fbc9; background: linear-gradient(135deg, #a9fbc9, #A9F6FB);