#a9fddf
a light, electric green · cool · closest name: aquamarine
RGB
169, 253, 223
HSL
159°, 96%, 83%
CMYK
33, 0, 12, 1
Luminance
0.8401
Every format
| HEX | #a9fddf |
| RGB | rgb(169, 253, 223) |
| HSL | hsl(159, 96%, 83%) |
| CMYK | cmyk(33%, 0%, 12%, 1%) |
| LAB | lab(93.5 -31.7 6.3) |
| LCH | lch(93.5 32.3 168.7) |
| OKLCH | oklch(0.932 0.092 169.8) |
Copy-ready code
/* CSS */
color: #a9fddf;
background-color: #a9fddf;
/* Tailwind (arbitrary) */
class="text-[#a9fddf] bg-[#a9fddf]"
/* SCSS */
$brand: #a9fddf;
/* SwiftUI */
Color(red: 0.663, green: 0.992, blue: 0.875)
/* Android */
Color.parseColor("#a9fddf")Accessibility — WCAG contrast
Aa
#a9fddf on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a9fddf on black: 17.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green99.2%
Blue87.5%
CMYK percentages
Cyan33.2%
Magenta0.0%
Yellow11.9%
Key (black)0.8%
Color previews
#a9fddf text on a black background
contrast 17.80:1
Card sample
#a9fddf text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a9fddf;
Background color
Panel with #a9fddf background
background-color: #a9fddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a9fddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 253, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 253, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a9fddf; background: linear-gradient(135deg, #a9fddf, #A9E3FD);