#afd439
a balanced, vivid green · cool · closest name: olivedrab
RGB
175, 212, 57
HSL
74°, 64%, 53%
CMYK
18, 0, 73, 17
Luminance
0.5650
Every format
| HEX | #afd439 |
| RGB | rgb(175, 212, 57) |
| HSL | hsl(74, 64%, 53%) |
| CMYK | cmyk(18%, 0%, 73%, 17%) |
| LAB | lab(79.9 -32.6 68.0) |
| LCH | lch(79.9 75.4 115.6) |
| OKLCH | oklch(0.816 0.179 122.4) |
Copy-ready code
/* CSS */
color: #afd439;
background-color: #afd439;
/* Tailwind (arbitrary) */
class="text-[#afd439] bg-[#afd439]"
/* SCSS */
$brand: #afd439;
/* SwiftUI */
Color(red: 0.686, green: 0.831, blue: 0.224)
/* Android */
Color.parseColor("#afd439")Accessibility — WCAG contrast
Aa
#afd439 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd439 on black: 12.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green83.1%
Blue22.4%
CMYK percentages
Cyan17.5%
Magenta0.0%
Yellow73.1%
Key (black)16.9%
Color previews
#afd439 text on a black background
contrast 12.30:1
Card sample
#afd439 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd439;
Background color
Panel with #afd439 background
background-color: #afd439;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd439;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 212, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 212, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd439; background: linear-gradient(135deg, #afd439, #48D439);