#afd539
a balanced, vivid green · cool · closest name: olivedrab
RGB
175, 213, 57
HSL
75°, 65%, 53%
CMYK
18, 0, 73, 17
Luminance
0.5700
Every format
| HEX | #afd539 |
| RGB | rgb(175, 213, 57) |
| HSL | hsl(75, 65%, 53%) |
| CMYK | cmyk(18%, 0%, 73%, 17%) |
| LAB | lab(80.2 -33.1 68.2) |
| LCH | lch(80.2 75.8 115.9) |
| OKLCH | oklch(0.818 0.180 122.6) |
Copy-ready code
/* CSS */
color: #afd539;
background-color: #afd539;
/* Tailwind (arbitrary) */
class="text-[#afd539] bg-[#afd539]"
/* SCSS */
$brand: #afd539;
/* SwiftUI */
Color(red: 0.686, green: 0.835, blue: 0.224)
/* Android */
Color.parseColor("#afd539")Accessibility — WCAG contrast
Aa
#afd539 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd539 on black: 12.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green83.5%
Blue22.4%
CMYK percentages
Cyan17.8%
Magenta0.0%
Yellow73.2%
Key (black)16.5%
Color previews
#afd539 text on a black background
contrast 12.40:1
Card sample
#afd539 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd539;
Background color
Panel with #afd539 background
background-color: #afd539;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd539;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 213, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 213, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd539; background: linear-gradient(135deg, #afd539, #47D539);