#afdf12
a balanced, electric green · cool · closest name: yellow
RGB
175, 223, 18
HSL
74°, 85%, 47%
CMYK
22, 0, 92, 13
Luminance
0.6193
Every format
| HEX | #afdf12 |
| RGB | rgb(175, 223, 18) |
| HSL | hsl(74, 85%, 47%) |
| CMYK | cmyk(22%, 0%, 92%, 13%) |
| LAB | lab(82.9 -38.9 79.7) |
| LCH | lch(82.9 88.6 116.0) |
| OKLCH | oklch(0.839 0.205 124.0) |
Copy-ready code
/* CSS */
color: #afdf12;
background-color: #afdf12;
/* Tailwind (arbitrary) */
class="text-[#afdf12] bg-[#afdf12]"
/* SCSS */
$brand: #afdf12;
/* SwiftUI */
Color(red: 0.686, green: 0.875, blue: 0.071)
/* Android */
Color.parseColor("#afdf12")Accessibility — WCAG contrast
Aa
#afdf12 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdf12 on black: 13.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green87.5%
Blue7.1%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow91.9%
Key (black)12.5%
Color previews
#afdf12 text on a black background
contrast 13.39:1
Card sample
#afdf12 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdf12;
Background color
Panel with #afdf12 background
background-color: #afdf12;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdf12;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 223, 18, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 223, 18, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdf12; background: linear-gradient(135deg, #afdf12, #27DF12);