#afe062
a balanced, vivid green · cool · closest name: khaki
RGB
175, 224, 98
HSL
83°, 67%, 63%
CMYK
22, 0, 56, 12
Luminance
0.6331
Every format
| HEX | #afe062 |
| RGB | rgb(175, 224, 98) |
| HSL | hsl(83, 67%, 63%) |
| CMYK | cmyk(22%, 0%, 56%, 12%) |
| LAB | lab(83.6 -35.2 55.6) |
| LCH | lch(83.6 65.8 122.4) |
| OKLCH | oklch(0.847 0.164 127.3) |
Copy-ready code
/* CSS */
color: #afe062;
background-color: #afe062;
/* Tailwind (arbitrary) */
class="text-[#afe062] bg-[#afe062]"
/* SCSS */
$brand: #afe062;
/* SwiftUI */
Color(red: 0.686, green: 0.878, blue: 0.384)
/* Android */
Color.parseColor("#afe062")Accessibility — WCAG contrast
Aa
#afe062 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe062 on black: 13.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green87.8%
Blue38.4%
CMYK percentages
Cyan21.9%
Magenta0.0%
Yellow56.3%
Key (black)12.2%
Color previews
#afe062 text on a black background
contrast 13.66:1
Card sample
#afe062 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe062;
Background color
Panel with #afe062 background
background-color: #afe062;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe062;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 224, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 224, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe062; background: linear-gradient(135deg, #afe062, #62E069);