#afd319
a balanced, electric green · cool · closest name: yellow
RGB
175, 211, 25
HSL
72°, 79%, 46%
CMYK
17, 0, 88, 17
Luminance
0.5577
Every format
| HEX | #afd319 |
| RGB | rgb(175, 211, 25) |
| HSL | hsl(72, 79%, 46%) |
| CMYK | cmyk(17%, 0%, 88%, 17%) |
| LAB | lab(79.5 -33.3 75.9) |
| LCH | lch(79.5 82.9 113.7) |
| OKLCH | oklch(0.812 0.191 121.4) |
Copy-ready code
/* CSS */
color: #afd319;
background-color: #afd319;
/* Tailwind (arbitrary) */
class="text-[#afd319] bg-[#afd319]"
/* SCSS */
$brand: #afd319;
/* SwiftUI */
Color(red: 0.686, green: 0.827, blue: 0.098)
/* Android */
Color.parseColor("#afd319")Accessibility — WCAG contrast
Aa
#afd319 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd319 on black: 12.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.7%
Blue9.8%
CMYK percentages
Cyan17.1%
Magenta0.0%
Yellow88.2%
Key (black)17.3%
Color previews
#afd319 text on a black background
contrast 12.15:1
Card sample
#afd319 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd319;
Background color
Panel with #afd319 background
background-color: #afd319;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd319;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 211, 25, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 211, 25, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd319; background: linear-gradient(135deg, #afd319, #33D319);