#afd620
a balanced, vivid green · cool · closest name: yellow
RGB
175, 214, 32
HSL
73°, 74%, 48%
CMYK
18, 0, 85, 16
Luminance
0.5731
Every format
| HEX | #afd620 |
| RGB | rgb(175, 214, 32) |
| HSL | hsl(73, 74%, 48%) |
| CMYK | cmyk(18%, 0%, 85%, 16%) |
| LAB | lab(80.3 -34.5 75.3) |
| LCH | lch(80.3 82.8 114.6) |
| OKLCH | oklch(0.819 0.192 122.2) |
Copy-ready code
/* CSS */
color: #afd620;
background-color: #afd620;
/* Tailwind (arbitrary) */
class="text-[#afd620] bg-[#afd620]"
/* SCSS */
$brand: #afd620;
/* SwiftUI */
Color(red: 0.686, green: 0.839, blue: 0.125)
/* Android */
Color.parseColor("#afd620")Accessibility — WCAG contrast
Aa
#afd620 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd620 on black: 12.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green83.9%
Blue12.5%
CMYK percentages
Cyan18.2%
Magenta0.0%
Yellow85.0%
Key (black)16.1%
Color previews
#afd620 text on a black background
contrast 12.46:1
Card sample
#afd620 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd620;
Background color
Panel with #afd620 background
background-color: #afd620;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd620;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 214, 32, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 214, 32, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd620; background: linear-gradient(135deg, #afd620, #35D620);