#afe5af
a light, vivid green · cool · closest name: aquamarine
RGB
175, 229, 175
HSL
120°, 51%, 79%
CMYK
24, 0, 24, 10
Luminance
0.6825
Every format
| HEX | #afe5af |
| RGB | rgb(175, 229, 175) |
| HSL | hsl(120, 51%, 79%) |
| CMYK | cmyk(24%, 0%, 24%, 10%) |
| LAB | lab(86.1 -27.6 20.9) |
| LCH | lch(86.1 34.6 142.9) |
| OKLCH | oklch(0.871 0.092 144.7) |
Copy-ready code
/* CSS */
color: #afe5af;
background-color: #afe5af;
/* Tailwind (arbitrary) */
class="text-[#afe5af] bg-[#afe5af]"
/* SCSS */
$brand: #afe5af;
/* SwiftUI */
Color(red: 0.686, green: 0.898, blue: 0.686)
/* Android */
Color.parseColor("#afe5af")Accessibility — WCAG contrast
Aa
#afe5af on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe5af on black: 14.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green89.8%
Blue68.6%
CMYK percentages
Cyan23.6%
Magenta0.0%
Yellow23.6%
Key (black)10.2%
Color previews
#afe5af text on a black background
contrast 14.65:1
Card sample
#afe5af text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe5af;
Background color
Panel with #afe5af background
background-color: #afe5af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe5af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 229, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 229, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe5af; background: linear-gradient(135deg, #afe5af, #AFE5D3);