#afe970
a light, vivid green · cool · closest name: khaki
RGB
175, 233, 112
HSL
89°, 73%, 68%
CMYK
25, 0, 52, 9
Luminance
0.6856
Every format
| HEX | #afe970 |
| RGB | rgb(175, 233, 112) |
| HSL | hsl(89, 73%, 68%) |
| CMYK | cmyk(25%, 0%, 52%, 9%) |
| LAB | lab(86.3 -38.0 52.4) |
| LCH | lch(86.3 64.7 125.9) |
| OKLCH | oklch(0.869 0.163 130.4) |
Copy-ready code
/* CSS */
color: #afe970;
background-color: #afe970;
/* Tailwind (arbitrary) */
class="text-[#afe970] bg-[#afe970]"
/* SCSS */
$brand: #afe970;
/* SwiftUI */
Color(red: 0.686, green: 0.914, blue: 0.439)
/* Android */
Color.parseColor("#afe970")Accessibility — WCAG contrast
Aa
#afe970 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe970 on black: 14.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green91.4%
Blue43.9%
CMYK percentages
Cyan24.9%
Magenta0.0%
Yellow51.9%
Key (black)8.6%
Color previews
#afe970 text on a black background
contrast 14.71:1
Card sample
#afe970 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe970;
Background color
Panel with #afe970 background
background-color: #afe970;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe970;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 233, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 233, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe970; background: linear-gradient(135deg, #afe970, #70E982);