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