#afdf0c
a balanced, electric green · cool · closest name: yellow
RGB
175, 223, 12
HSL
74°, 90%, 46%
CMYK
22, 0, 95, 13
Luminance
0.6192
Every format
| HEX | #afdf0c |
| RGB | rgb(175, 223, 12) |
| HSL | hsl(74, 90%, 46%) |
| CMYK | cmyk(22%, 0%, 95%, 13%) |
| LAB | lab(82.9 -39.0 80.3) |
| LCH | lch(82.9 89.3 115.9) |
| OKLCH | oklch(0.839 0.206 123.9) |
Copy-ready code
/* CSS */
color: #afdf0c;
background-color: #afdf0c;
/* Tailwind (arbitrary) */
class="text-[#afdf0c] bg-[#afdf0c]"
/* SCSS */
$brand: #afdf0c;
/* SwiftUI */
Color(red: 0.686, green: 0.875, blue: 0.047)
/* Android */
Color.parseColor("#afdf0c")Accessibility — WCAG contrast
Aa
#afdf0c on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdf0c on black: 13.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green87.5%
Blue4.7%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow94.6%
Key (black)12.5%
Color previews
#afdf0c text on a black background
contrast 13.38:1
Card sample
#afdf0c text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdf0c;
Background color
Panel with #afdf0c background
background-color: #afdf0c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdf0c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 223, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 223, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdf0c; background: linear-gradient(135deg, #afdf0c, #23DF0C);