#aaf9da
a light, electric green · cool · closest name: aquamarine
RGB
170, 249, 218
HSL
157°, 87%, 82%
CMYK
32, 0, 12, 2
Luminance
0.8136
Every format
| HEX | #aaf9da |
| RGB | rgb(170, 249, 218) |
| HSL | hsl(157, 87%, 82%) |
| CMYK | cmyk(32%, 0%, 12%, 2%) |
| LAB | lab(92.3 -30.6 7.2) |
| LCH | lch(92.3 31.4 166.7) |
| OKLCH | oklch(0.922 0.089 167.9) |
Copy-ready code
/* CSS */
color: #aaf9da;
background-color: #aaf9da;
/* Tailwind (arbitrary) */
class="text-[#aaf9da] bg-[#aaf9da]"
/* SCSS */
$brand: #aaf9da;
/* SwiftUI */
Color(red: 0.667, green: 0.976, blue: 0.855)
/* Android */
Color.parseColor("#aaf9da")Accessibility — WCAG contrast
Aa
#aaf9da on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaf9da on black: 17.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green97.6%
Blue85.5%
CMYK percentages
Cyan31.7%
Magenta0.0%
Yellow12.4%
Key (black)2.4%
Color previews
#aaf9da text on a black background
contrast 17.27:1
Card sample
#aaf9da text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaf9da;
Background color
Panel with #aaf9da background
background-color: #aaf9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaf9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 249, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 249, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaf9da; background: linear-gradient(135deg, #aaf9da, #AAE3F9);