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