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