#aaface
a light, electric green · cool · closest name: aquamarine
RGB
170, 250, 206
HSL
147°, 89%, 82%
CMYK
32, 0, 18, 2
Luminance
0.8137
Every format
| HEX | #aaface |
| RGB | rgb(170, 250, 206) |
| HSL | hsl(147, 89%, 82%) |
| CMYK | cmyk(32%, 0%, 18%, 2%) |
| LAB | lab(92.3 -33.4 13.4) |
| LCH | lch(92.3 36.0 158.1) |
| OKLCH | oklch(0.922 0.099 159.6) |
Copy-ready code
/* CSS */
color: #aaface;
background-color: #aaface;
/* Tailwind (arbitrary) */
class="text-[#aaface] bg-[#aaface]"
/* SCSS */
$brand: #aaface;
/* SwiftUI */
Color(red: 0.667, green: 0.980, blue: 0.808)
/* Android */
Color.parseColor("#aaface")Accessibility — WCAG contrast
Aa
#aaface on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aaface on black: 17.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green98.0%
Blue80.8%
CMYK percentages
Cyan32.0%
Magenta0.0%
Yellow17.6%
Key (black)2.0%
Color previews
#aaface text on a black background
contrast 17.27:1
Card sample
#aaface text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aaface;
Background color
Panel with #aaface background
background-color: #aaface;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aaface;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 250, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 250, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aaface; background: linear-gradient(135deg, #aaface, #AAF1FA);