#afd53f
a balanced, vivid green · cool · closest name: olivedrab
RGB
175, 213, 63
HSL
75°, 64%, 54%
CMYK
18, 0, 70, 17
Luminance
0.5706
Every format
| HEX | #afd53f |
| RGB | rgb(175, 213, 63) |
| HSL | hsl(75, 64%, 54%) |
| CMYK | cmyk(18%, 0%, 70%, 17%) |
| LAB | lab(80.2 -32.8 66.2) |
| LCH | lch(80.2 73.9 116.3) |
| OKLCH | oklch(0.818 0.176 122.8) |
Copy-ready code
/* CSS */
color: #afd53f;
background-color: #afd53f;
/* Tailwind (arbitrary) */
class="text-[#afd53f] bg-[#afd53f]"
/* SCSS */
$brand: #afd53f;
/* SwiftUI */
Color(red: 0.686, green: 0.835, blue: 0.247)
/* Android */
Color.parseColor("#afd53f")Accessibility — WCAG contrast
Aa
#afd53f on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd53f on black: 12.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green83.5%
Blue24.7%
CMYK percentages
Cyan17.8%
Magenta0.0%
Yellow70.4%
Key (black)16.5%
Color previews
#afd53f text on a black background
contrast 12.41:1
Card sample
#afd53f text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd53f;
Background color
Panel with #afd53f background
background-color: #afd53f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd53f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 213, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 213, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd53f; background: linear-gradient(135deg, #afd53f, #4BD53F);