#afdf47
a balanced, vivid green · cool · closest name: olivedrab
RGB
175, 223, 71
HSL
79°, 70%, 58%
CMYK
22, 0, 68, 13
Luminance
0.6234
Every format
| HEX | #afdf47 |
| RGB | rgb(175, 223, 71) |
| HSL | hsl(79, 70%, 58%) |
| CMYK | cmyk(22%, 0%, 68%, 13%) |
| LAB | lab(83.1 -36.9 66.2) |
| LCH | lch(83.1 75.8 119.1) |
| OKLCH | oklch(0.842 0.183 125.4) |
Copy-ready code
/* CSS */
color: #afdf47;
background-color: #afdf47;
/* Tailwind (arbitrary) */
class="text-[#afdf47] bg-[#afdf47]"
/* SCSS */
$brand: #afdf47;
/* SwiftUI */
Color(red: 0.686, green: 0.875, blue: 0.278)
/* Android */
Color.parseColor("#afdf47")Accessibility — WCAG contrast
Aa
#afdf47 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdf47 on black: 13.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green87.5%
Blue27.8%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow68.2%
Key (black)12.5%
Color previews
#afdf47 text on a black background
contrast 13.47:1
Card sample
#afdf47 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdf47;
Background color
Panel with #afdf47 background
background-color: #afdf47;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdf47;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 223, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 223, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdf47; background: linear-gradient(135deg, #afdf47, #4ADF47);