#afcc41
a balanced, vivid green · cool · closest name: olivedrab
RGB
175, 204, 65
HSL
73°, 58%, 53%
CMYK
14, 0, 68, 20
Luminance
0.5268
Every format
| HEX | #afcc41 |
| RGB | rgb(175, 204, 65) |
| HSL | hsl(73, 58%, 53%) |
| CMYK | cmyk(14%, 0%, 68%, 20%) |
| LAB | lab(77.7 -28.4 62.9) |
| LCH | lch(77.7 69.0 114.3) |
| OKLCH | oklch(0.798 0.164 120.5) |
Copy-ready code
/* CSS */
color: #afcc41;
background-color: #afcc41;
/* Tailwind (arbitrary) */
class="text-[#afcc41] bg-[#afcc41]"
/* SCSS */
$brand: #afcc41;
/* SwiftUI */
Color(red: 0.686, green: 0.800, blue: 0.255)
/* Android */
Color.parseColor("#afcc41")Accessibility — WCAG contrast
Aa
#afcc41 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afcc41 on black: 11.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green80.0%
Blue25.5%
CMYK percentages
Cyan14.2%
Magenta0.0%
Yellow68.1%
Key (black)20.0%
Color previews
#afcc41 text on a black background
contrast 11.54:1
Card sample
#afcc41 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afcc41;
Background color
Panel with #afcc41 background
background-color: #afcc41;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afcc41;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 204, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 204, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afcc41; background: linear-gradient(135deg, #afcc41, #52CC41);