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