#afd813
a balanced, electric green · cool · closest name: yellow
RGB
175, 216, 19
HSL
73°, 84%, 46%
CMYK
19, 0, 91, 15
Luminance
0.5827
Every format
| HEX | #afd813 |
| RGB | rgb(175, 216, 19) |
| HSL | hsl(73, 84%, 46%) |
| CMYK | cmyk(19%, 0%, 91%, 15%) |
| LAB | lab(80.9 -35.7 77.9) |
| LCH | lch(80.9 85.7 114.6) |
| OKLCH | oklch(0.823 0.198 122.5) |
Copy-ready code
/* CSS */
color: #afd813;
background-color: #afd813;
/* Tailwind (arbitrary) */
class="text-[#afd813] bg-[#afd813]"
/* SCSS */
$brand: #afd813;
/* SwiftUI */
Color(red: 0.686, green: 0.847, blue: 0.075)
/* Android */
Color.parseColor("#afd813")Accessibility — WCAG contrast
Aa
#afd813 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd813 on black: 12.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green84.7%
Blue7.5%
CMYK percentages
Cyan19.0%
Magenta0.0%
Yellow91.2%
Key (black)15.3%
Color previews
#afd813 text on a black background
contrast 12.65:1
Card sample
#afd813 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd813;
Background color
Panel with #afd813 background
background-color: #afd813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 216, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 216, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd813; background: linear-gradient(135deg, #afd813, #2CD813);