#afda53
a balanced, vivid green · cool · closest name: olivedrab
RGB
175, 218, 83
HSL
79°, 65%, 59%
CMYK
20, 0, 62, 15
Luminance
0.5988
Every format
| HEX | #afda53 |
| RGB | rgb(175, 218, 83) |
| HSL | hsl(79, 65%, 59%) |
| CMYK | cmyk(20%, 0%, 62%, 15%) |
| LAB | lab(81.8 -33.7 60.0) |
| LCH | lch(81.8 68.9 119.3) |
| OKLCH | oklch(0.831 0.168 125.0) |
Copy-ready code
/* CSS */
color: #afda53;
background-color: #afda53;
/* Tailwind (arbitrary) */
class="text-[#afda53] bg-[#afda53]"
/* SCSS */
$brand: #afda53;
/* SwiftUI */
Color(red: 0.686, green: 0.855, blue: 0.325)
/* Android */
Color.parseColor("#afda53")Accessibility — WCAG contrast
Aa
#afda53 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afda53 on black: 12.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green85.5%
Blue32.5%
CMYK percentages
Cyan19.7%
Magenta0.0%
Yellow61.9%
Key (black)14.5%
Color previews
#afda53 text on a black background
contrast 12.98:1
Card sample
#afda53 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afda53;
Background color
Panel with #afda53 background
background-color: #afda53;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afda53;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 218, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 218, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afda53; background: linear-gradient(135deg, #afda53, #55DA53);