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