#aafdce
a light, electric green · cool · closest name: aquamarine
RGB
170, 253, 206
HSL
146°, 95%, 83%
CMYK
33, 0, 19, 1
Luminance
0.8325
Every format
| HEX | #aafdce |
| RGB | rgb(170, 253, 206) |
| HSL | hsl(146, 95%, 83%) |
| CMYK | cmyk(33%, 0%, 19%, 1%) |
| LAB | lab(93.1 -34.8 14.6) |
| LCH | lch(93.1 37.7 157.2) |
| OKLCH | oklch(0.928 0.104 158.7) |
Copy-ready code
/* CSS */
color: #aafdce;
background-color: #aafdce;
/* Tailwind (arbitrary) */
class="text-[#aafdce] bg-[#aafdce]"
/* SCSS */
$brand: #aafdce;
/* SwiftUI */
Color(red: 0.667, green: 0.992, blue: 0.808)
/* Android */
Color.parseColor("#aafdce")Accessibility — WCAG contrast
Aa
#aafdce on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aafdce on black: 17.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green99.2%
Blue80.8%
CMYK percentages
Cyan32.8%
Magenta0.0%
Yellow18.6%
Key (black)0.8%
Color previews
#aafdce text on a black background
contrast 17.65:1
Card sample
#aafdce text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aafdce;
Background color
Panel with #aafdce background
background-color: #aafdce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aafdce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 253, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 253, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aafdce; background: linear-gradient(135deg, #aafdce, #AAF5FD);