#afcc3c
a balanced, vivid green · cool · closest name: olivedrab
RGB
175, 204, 60
HSL
72°, 59%, 52%
CMYK
14, 0, 71, 20
Luminance
0.5263
Every format
| HEX | #afcc3c |
| RGB | rgb(175, 204, 60) |
| HSL | hsl(72, 59%, 52%) |
| CMYK | cmyk(14%, 0%, 71%, 20%) |
| LAB | lab(77.7 -28.7 64.7) |
| LCH | lch(77.7 70.8 113.9) |
| OKLCH | oklch(0.797 0.168 120.3) |
Copy-ready code
/* CSS */
color: #afcc3c;
background-color: #afcc3c;
/* Tailwind (arbitrary) */
class="text-[#afcc3c] bg-[#afcc3c]"
/* SCSS */
$brand: #afcc3c;
/* SwiftUI */
Color(red: 0.686, green: 0.800, blue: 0.235)
/* Android */
Color.parseColor("#afcc3c")Accessibility — WCAG contrast
Aa
#afcc3c on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afcc3c on black: 11.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green80.0%
Blue23.5%
CMYK percentages
Cyan14.2%
Magenta0.0%
Yellow70.6%
Key (black)20.0%
Color previews
#afcc3c text on a black background
contrast 11.53:1
Card sample
#afcc3c text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afcc3c;
Background color
Panel with #afcc3c background
background-color: #afcc3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afcc3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 204, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 204, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afcc3c; background: linear-gradient(135deg, #afcc3c, #4FCC3C);