#a9f3ce
a light, electric green · cool · closest name: aquamarine
RGB
169, 243, 206
HSL
150°, 76%, 81%
CMYK
31, 0, 15, 5
Luminance
0.7699
Every format
| HEX | #a9f3ce |
| RGB | rgb(169, 243, 206) |
| HSL | hsl(150, 76%, 81%) |
| CMYK | cmyk(31%, 0%, 15%, 5%) |
| LAB | lab(90.3 -30.4 10.6) |
| LCH | lch(90.3 32.2 160.8) |
| OKLCH | oklch(0.905 0.089 162.2) |
Copy-ready code
/* CSS */
color: #a9f3ce;
background-color: #a9f3ce;
/* Tailwind (arbitrary) */
class="text-[#a9f3ce] bg-[#a9f3ce]"
/* SCSS */
$brand: #a9f3ce;
/* SwiftUI */
Color(red: 0.663, green: 0.953, blue: 0.808)
/* Android */
Color.parseColor("#a9f3ce")Accessibility — WCAG contrast
Aa
#a9f3ce on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a9f3ce on black: 16.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green95.3%
Blue80.8%
CMYK percentages
Cyan30.5%
Magenta0.0%
Yellow15.2%
Key (black)4.7%
Color previews
#a9f3ce text on a black background
contrast 16.40:1
Card sample
#a9f3ce text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a9f3ce;
Background color
Panel with #a9f3ce background
background-color: #a9f3ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a9f3ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 243, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 243, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a9f3ce; background: linear-gradient(135deg, #a9f3ce, #A9E7F3);