#aaf2ce
a light, vivid green · cool · closest name: aquamarine
RGB
170, 242, 206
HSL
150°, 74%, 81%
CMYK
30, 0, 15, 5
Luminance
0.7651
Every format
| HEX | #aaf2ce |
| RGB | rgb(170, 242, 206) |
| HSL | hsl(150, 74%, 81%) |
| CMYK | cmyk(30%, 0%, 15%, 5%) |
| LAB | lab(90.1 -29.6 10.3) |
| LCH | lch(90.1 31.4 160.9) |
| OKLCH | oklch(0.904 0.087 162.3) |
Copy-ready code
/* CSS */
color: #aaf2ce;
background-color: #aaf2ce;
/* Tailwind (arbitrary) */
class="text-[#aaf2ce] bg-[#aaf2ce]"
/* SCSS */
$brand: #aaf2ce;
/* SwiftUI */
Color(red: 0.667, green: 0.949, blue: 0.808)
/* Android */
Color.parseColor("#aaf2ce")Accessibility — WCAG contrast
Aa
#aaf2ce on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaf2ce on black: 16.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green94.9%
Blue80.8%
CMYK percentages
Cyan29.8%
Magenta0.0%
Yellow14.9%
Key (black)5.1%
Color previews
#aaf2ce text on a black background
contrast 16.30:1
Card sample
#aaf2ce text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaf2ce;
Background color
Panel with #aaf2ce background
background-color: #aaf2ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaf2ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 242, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 242, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaf2ce; background: linear-gradient(135deg, #aaf2ce, #AAE6F2);