#aaf8c6
a light, electric green · cool · closest name: aquamarine
RGB
170, 248, 198
HSL
142°, 85%, 82%
CMYK
32, 0, 20, 3
Luminance
0.7976
Every format
| HEX | #aaf8c6 |
| RGB | rgb(170, 248, 198) |
| HSL | hsl(142, 85%, 82%) |
| CMYK | cmyk(32%, 0%, 20%, 3%) |
| LAB | lab(91.6 -34.0 16.5) |
| LCH | lch(91.6 37.8 154.1) |
| OKLCH | oklch(0.915 0.103 155.7) |
Copy-ready code
/* CSS */
color: #aaf8c6;
background-color: #aaf8c6;
/* Tailwind (arbitrary) */
class="text-[#aaf8c6] bg-[#aaf8c6]"
/* SCSS */
$brand: #aaf8c6;
/* SwiftUI */
Color(red: 0.667, green: 0.973, blue: 0.776)
/* Android */
Color.parseColor("#aaf8c6")Accessibility — WCAG contrast
Aa
#aaf8c6 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaf8c6 on black: 16.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green97.3%
Blue77.6%
CMYK percentages
Cyan31.5%
Magenta0.0%
Yellow20.2%
Key (black)2.7%
Color previews
#aaf8c6 text on a black background
contrast 16.95:1
Card sample
#aaf8c6 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaf8c6;
Background color
Panel with #aaf8c6 background
background-color: #aaf8c6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaf8c6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 248, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 248, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaf8c6; background: linear-gradient(135deg, #aaf8c6, #AAF6F8);