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