#afdf52
a balanced, vivid green · cool · closest name: olivedrab
RGB
175, 223, 82
HSL
80°, 69%, 60%
CMYK
22, 0, 63, 13
Luminance
0.6250
Every format
| HEX | #afdf52 |
| RGB | rgb(175, 223, 82) |
| HSL | hsl(80, 69%, 60%) |
| CMYK | cmyk(22%, 0%, 63%, 13%) |
| LAB | lab(83.2 -36.1 62.0) |
| LCH | lch(83.2 71.7 120.2) |
| OKLCH | oklch(0.843 0.175 126.0) |
Copy-ready code
/* CSS */
color: #afdf52;
background-color: #afdf52;
/* Tailwind (arbitrary) */
class="text-[#afdf52] bg-[#afdf52]"
/* SCSS */
$brand: #afdf52;
/* SwiftUI */
Color(red: 0.686, green: 0.875, blue: 0.322)
/* Android */
Color.parseColor("#afdf52")Accessibility — WCAG contrast
Aa
#afdf52 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdf52 on black: 13.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green87.5%
Blue32.2%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow63.2%
Key (black)12.5%
Color previews
#afdf52 text on a black background
contrast 13.50:1
Card sample
#afdf52 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdf52;
Background color
Panel with #afdf52 background
background-color: #afdf52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdf52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 223, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 223, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdf52; background: linear-gradient(135deg, #afdf52, #52DF53);