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