#afe795
a light, vivid green · cool · closest name: khaki
RGB
175, 231, 149
HSL
101°, 63%, 75%
CMYK
24, 0, 36, 9
Luminance
0.6844
Every format
| HEX | #afe795 |
| RGB | rgb(175, 231, 149) |
| HSL | hsl(101, 63%, 75%) |
| CMYK | cmyk(24%, 0%, 36%, 9%) |
| LAB | lab(86.2 -32.5 34.3) |
| LCH | lch(86.2 47.3 133.5) |
| OKLCH | oklch(0.870 0.123 136.1) |
Copy-ready code
/* CSS */
color: #afe795;
background-color: #afe795;
/* Tailwind (arbitrary) */
class="text-[#afe795] bg-[#afe795]"
/* SCSS */
$brand: #afe795;
/* SwiftUI */
Color(red: 0.686, green: 0.906, blue: 0.584)
/* Android */
Color.parseColor("#afe795")Accessibility — WCAG contrast
Aa
#afe795 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe795 on black: 14.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green90.6%
Blue58.4%
CMYK percentages
Cyan24.2%
Magenta0.0%
Yellow35.5%
Key (black)9.4%
Color previews
#afe795 text on a black background
contrast 14.69:1
Card sample
#afe795 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe795;
Background color
Panel with #afe795 background
background-color: #afe795;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe795;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 231, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 231, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe795; background: linear-gradient(135deg, #afe795, #95E7B2);