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