#afd52a
a balanced, vivid green · cool · closest name: yellow
RGB
175, 213, 42
HSL
73°, 67%, 50%
CMYK
18, 0, 80, 17
Luminance
0.5687
Every format
| HEX | #afd52a |
| RGB | rgb(175, 213, 42) |
| HSL | hsl(73, 67%, 50%) |
| CMYK | cmyk(18%, 0%, 80%, 17%) |
| LAB | lab(80.1 -33.7 72.7) |
| LCH | lch(80.1 80.1 114.9) |
| OKLCH | oklch(0.817 0.187 122.2) |
Copy-ready code
/* CSS */
color: #afd52a;
background-color: #afd52a;
/* Tailwind (arbitrary) */
class="text-[#afd52a] bg-[#afd52a]"
/* SCSS */
$brand: #afd52a;
/* SwiftUI */
Color(red: 0.686, green: 0.835, blue: 0.165)
/* Android */
Color.parseColor("#afd52a")Accessibility — WCAG contrast
Aa
#afd52a on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd52a on black: 12.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green83.5%
Blue16.5%
CMYK percentages
Cyan17.8%
Magenta0.0%
Yellow80.3%
Key (black)16.5%
Color previews
#afd52a text on a black background
contrast 12.37:1
Card sample
#afd52a text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd52a;
Background color
Panel with #afd52a background
background-color: #afd52a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd52a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 213, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 213, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd52a; background: linear-gradient(135deg, #afd52a, #3DD52A);