#afe1af
a light, vivid green · cool · closest name: aquamarine
RGB
175, 225, 175
HSL
120°, 46%, 78%
CMYK
22, 0, 22, 12
Luminance
0.6606
Every format
| HEX | #afe1af |
| RGB | rgb(175, 225, 175) |
| HSL | hsl(120, 46%, 78%) |
| CMYK | cmyk(22%, 0%, 22%, 12%) |
| LAB | lab(85.0 -25.6 19.3) |
| LCH | lch(85.0 32.1 143.0) |
| OKLCH | oklch(0.862 0.086 144.8) |
Copy-ready code
/* CSS */
color: #afe1af;
background-color: #afe1af;
/* Tailwind (arbitrary) */
class="text-[#afe1af] bg-[#afe1af]"
/* SCSS */
$brand: #afe1af;
/* SwiftUI */
Color(red: 0.686, green: 0.882, blue: 0.686)
/* Android */
Color.parseColor("#afe1af")Accessibility — WCAG contrast
Aa
#afe1af on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe1af on black: 14.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green88.2%
Blue68.6%
CMYK percentages
Cyan22.2%
Magenta0.0%
Yellow22.2%
Key (black)11.8%
Color previews
#afe1af text on a black background
contrast 14.21:1
Card sample
#afe1af text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe1af;
Background color
Panel with #afe1af background
background-color: #afe1af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe1af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 225, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 225, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe1af; background: linear-gradient(135deg, #afe1af, #AFE1D0);