#afd739
a balanced, vivid green · cool · closest name: olivedrab
RGB
175, 215, 57
HSL
75°, 66%, 53%
CMYK
19, 0, 74, 16
Luminance
0.5801
Every format
| HEX | #afd739 |
| RGB | rgb(175, 215, 57) |
| HSL | hsl(75, 66%, 53%) |
| CMYK | cmyk(19%, 0%, 74%, 16%) |
| LAB | lab(80.7 -34.0 68.8) |
| LCH | lch(80.7 76.7 116.3) |
| OKLCH | oklch(0.822 0.182 123.1) |
Copy-ready code
/* CSS */
color: #afd739;
background-color: #afd739;
/* Tailwind (arbitrary) */
class="text-[#afd739] bg-[#afd739]"
/* SCSS */
$brand: #afd739;
/* SwiftUI */
Color(red: 0.686, green: 0.843, blue: 0.224)
/* Android */
Color.parseColor("#afd739")Accessibility — WCAG contrast
Aa
#afd739 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd739 on black: 12.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green84.3%
Blue22.4%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow73.5%
Key (black)15.7%
Color previews
#afd739 text on a black background
contrast 12.60:1
Card sample
#afd739 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd739;
Background color
Panel with #afd739 background
background-color: #afd739;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd739;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 215, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 215, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd739; background: linear-gradient(135deg, #afd739, #45D739);