#afd70f
a balanced, electric green · cool · closest name: yellow
RGB
175, 215, 15
HSL
72°, 87%, 45%
CMYK
19, 0, 93, 16
Luminance
0.5775
Every format
| HEX | #afd70f |
| RGB | rgb(175, 215, 15) |
| HSL | hsl(72, 87%, 45%) |
| CMYK | cmyk(19%, 0%, 93%, 16%) |
| LAB | lab(80.6 -35.3 78.2) |
| LCH | lch(80.6 85.8 114.3) |
| OKLCH | oklch(0.821 0.197 122.3) |
Copy-ready code
/* CSS */
color: #afd70f;
background-color: #afd70f;
/* Tailwind (arbitrary) */
class="text-[#afd70f] bg-[#afd70f]"
/* SCSS */
$brand: #afd70f;
/* SwiftUI */
Color(red: 0.686, green: 0.843, blue: 0.059)
/* Android */
Color.parseColor("#afd70f")Accessibility — WCAG contrast
Aa
#afd70f on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd70f on black: 12.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green84.3%
Blue5.9%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow93.0%
Key (black)15.7%
Color previews
#afd70f text on a black background
contrast 12.55:1
Card sample
#afd70f text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd70f;
Background color
Panel with #afd70f background
background-color: #afd70f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd70f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 215, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 215, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd70f; background: linear-gradient(135deg, #afd70f, #2AD70F);