#aaf8b0
a light, electric green · cool · closest name: aquamarine
RGB
170, 248, 176
HSL
125°, 85%, 82%
CMYK
32, 0, 29, 3
Luminance
0.7882
Every format
| HEX | #aaf8b0 |
| RGB | rgb(170, 248, 176) |
| HSL | hsl(125, 85%, 82%) |
| CMYK | cmyk(32%, 0%, 29%, 3%) |
| LAB | lab(91.2 -37.8 27.2) |
| LCH | lch(91.2 46.6 144.3) |
| OKLCH | oklch(0.910 0.124 146.3) |
Copy-ready code
/* CSS */
color: #aaf8b0;
background-color: #aaf8b0;
/* Tailwind (arbitrary) */
class="text-[#aaf8b0] bg-[#aaf8b0]"
/* SCSS */
$brand: #aaf8b0;
/* SwiftUI */
Color(red: 0.667, green: 0.973, blue: 0.690)
/* Android */
Color.parseColor("#aaf8b0")Accessibility — WCAG contrast
Aa
#aaf8b0 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaf8b0 on black: 16.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green97.3%
Blue69.0%
CMYK percentages
Cyan31.5%
Magenta0.0%
Yellow29.0%
Key (black)2.7%
Color previews
#aaf8b0 text on a black background
contrast 16.76:1
Card sample
#aaf8b0 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaf8b0;
Background color
Panel with #aaf8b0 background
background-color: #aaf8b0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaf8b0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 248, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 248, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaf8b0; background: linear-gradient(135deg, #aaf8b0, #AAF8E4);