#aafeaf
a light, electric green · cool · closest name: aquamarine
RGB
170, 254, 175
HSL
124°, 98%, 83%
CMYK
33, 0, 31, 0
Luminance
0.8252
Every format
| HEX | #aafeaf |
| RGB | rgb(170, 254, 175) |
| HSL | hsl(124, 98%, 83%) |
| CMYK | cmyk(33%, 0%, 31%, 0%) |
| LAB | lab(92.8 -40.6 29.9) |
| LCH | lch(92.8 50.5 143.6) |
| OKLCH | oklch(0.924 0.134 145.8) |
Copy-ready code
/* CSS */
color: #aafeaf;
background-color: #aafeaf;
/* Tailwind (arbitrary) */
class="text-[#aafeaf] bg-[#aafeaf]"
/* SCSS */
$brand: #aafeaf;
/* SwiftUI */
Color(red: 0.667, green: 0.996, blue: 0.686)
/* Android */
Color.parseColor("#aafeaf")Accessibility — WCAG contrast
Aa
#aafeaf on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aafeaf on black: 17.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green99.6%
Blue68.6%
CMYK percentages
Cyan33.1%
Magenta0.0%
Yellow31.1%
Key (black)0.4%
Color previews
#aafeaf text on a black background
contrast 17.50:1
Card sample
#aafeaf text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aafeaf;
Background color
Panel with #aafeaf background
background-color: #aafeaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aafeaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 254, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 254, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aafeaf; background: linear-gradient(135deg, #aafeaf, #AAFEE7);