#afe9af
a light, vivid green · cool · closest name: aquamarine
RGB
175, 233, 175
HSL
120°, 57%, 80%
CMYK
25, 0, 25, 9
Luminance
0.7049
Every format
| HEX | #afe9af |
| RGB | rgb(175, 233, 175) |
| HSL | hsl(120, 57%, 80%) |
| CMYK | cmyk(25%, 0%, 25%, 9%) |
| LAB | lab(87.2 -29.4 22.4) |
| LCH | lch(87.2 37.0 142.8) |
| OKLCH | oklch(0.879 0.099 144.7) |
Copy-ready code
/* CSS */
color: #afe9af;
background-color: #afe9af;
/* Tailwind (arbitrary) */
class="text-[#afe9af] bg-[#afe9af]"
/* SCSS */
$brand: #afe9af;
/* SwiftUI */
Color(red: 0.686, green: 0.914, blue: 0.686)
/* Android */
Color.parseColor("#afe9af")Accessibility — WCAG contrast
Aa
#afe9af on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe9af on black: 15.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green91.4%
Blue68.6%
CMYK percentages
Cyan24.9%
Magenta0.0%
Yellow24.9%
Key (black)8.6%
Color previews
#afe9af text on a black background
contrast 15.10:1
Card sample
#afe9af text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe9af;
Background color
Panel with #afe9af background
background-color: #afe9af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe9af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 233, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 233, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe9af; background: linear-gradient(135deg, #afe9af, #AFE9D6);