#aaffe8
a light, electric cyan · cool · closest name: aquamarine
RGB
170, 255, 232
HSL
164°, 100%, 83%
CMYK
33, 0, 9, 0
Luminance
0.8589
Every format
| HEX | #aaffe8 |
| RGB | rgb(170, 255, 232) |
| HSL | hsl(164, 100%, 83%) |
| CMYK | cmyk(33%, 0%, 9%, 0%) |
| LAB | lab(94.3 -30.5 2.9) |
| LCH | lch(94.3 30.6 174.7) |
| OKLCH | oklch(0.939 0.088 175.4) |
Copy-ready code
/* CSS */
color: #aaffe8;
background-color: #aaffe8;
/* Tailwind (arbitrary) */
class="text-[#aaffe8] bg-[#aaffe8]"
/* SCSS */
$brand: #aaffe8;
/* SwiftUI */
Color(red: 0.667, green: 1.000, blue: 0.910)
/* Android */
Color.parseColor("#aaffe8")Accessibility — WCAG contrast
Aa
#aaffe8 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaffe8 on black: 18.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green100.0%
Blue91.0%
CMYK percentages
Cyan33.3%
Magenta0.0%
Yellow9.0%
Key (black)0.0%
Color previews
#aaffe8 text on a black background
contrast 18.18:1
Card sample
#aaffe8 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaffe8;
Background color
Panel with #aaffe8 background
background-color: #aaffe8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaffe8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 255, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 255, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaffe8; background: linear-gradient(135deg, #aaffe8, #AADDFF);