#afdf1f
a balanced, electric green · cool · closest name: yellow
RGB
175, 223, 31
HSL
75°, 76%, 50%
CMYK
22, 0, 86, 13
Luminance
0.6199
Every format
| HEX | #afdf1f |
| RGB | rgb(175, 223, 31) |
| HSL | hsl(75, 76%, 50%) |
| CMYK | cmyk(22%, 0%, 86%, 13%) |
| LAB | lab(82.9 -38.6 77.6) |
| LCH | lch(82.9 86.7 116.5) |
| OKLCH | oklch(0.840 0.202 124.2) |
Copy-ready code
/* CSS */
color: #afdf1f;
background-color: #afdf1f;
/* Tailwind (arbitrary) */
class="text-[#afdf1f] bg-[#afdf1f]"
/* SCSS */
$brand: #afdf1f;
/* SwiftUI */
Color(red: 0.686, green: 0.875, blue: 0.122)
/* Android */
Color.parseColor("#afdf1f")Accessibility — WCAG contrast
Aa
#afdf1f on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdf1f on black: 13.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green87.5%
Blue12.2%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow86.1%
Key (black)12.5%
Color previews
#afdf1f text on a black background
contrast 13.40:1
Card sample
#afdf1f text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdf1f;
Background color
Panel with #afdf1f background
background-color: #afdf1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdf1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 223, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 223, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdf1f; background: linear-gradient(135deg, #afdf1f, #2FDF1F);