#afd33a
a balanced, vivid green · cool · closest name: olivedrab
RGB
175, 211, 58
HSL
74°, 64%, 53%
CMYK
17, 0, 73, 17
Luminance
0.5601
Every format
| HEX | #afd33a |
| RGB | rgb(175, 211, 58) |
| HSL | hsl(74, 64%, 53%) |
| CMYK | cmyk(17%, 0%, 73%, 17%) |
| LAB | lab(79.6 -32.1 67.4) |
| LCH | lch(79.6 74.6 115.5) |
| OKLCH | oklch(0.813 0.177 122.1) |
Copy-ready code
/* CSS */
color: #afd33a;
background-color: #afd33a;
/* Tailwind (arbitrary) */
class="text-[#afd33a] bg-[#afd33a]"
/* SCSS */
$brand: #afd33a;
/* SwiftUI */
Color(red: 0.686, green: 0.827, blue: 0.227)
/* Android */
Color.parseColor("#afd33a")Accessibility — WCAG contrast
Aa
#afd33a on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd33a on black: 12.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.7%
Blue22.7%
CMYK percentages
Cyan17.1%
Magenta0.0%
Yellow72.5%
Key (black)17.3%
Color previews
#afd33a text on a black background
contrast 12.20:1
Card sample
#afd33a text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd33a;
Background color
Panel with #afd33a background
background-color: #afd33a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd33a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 211, 58, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 211, 58, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd33a; background: linear-gradient(135deg, #afd33a, #49D33A);