#afdc18
a balanced, electric green · cool · closest name: yellow
RGB
175, 220, 24
HSL
74°, 80%, 48%
CMYK
21, 0, 89, 14
Luminance
0.6037
Every format
| HEX | #afdc18 |
| RGB | rgb(175, 220, 24) |
| HSL | hsl(74, 80%, 48%) |
| CMYK | cmyk(21%, 0%, 89%, 14%) |
| LAB | lab(82.0 -37.4 78.1) |
| LCH | lch(82.0 86.6 115.6) |
| OKLCH | oklch(0.833 0.201 123.5) |
Copy-ready code
/* CSS */
color: #afdc18;
background-color: #afdc18;
/* Tailwind (arbitrary) */
class="text-[#afdc18] bg-[#afdc18]"
/* SCSS */
$brand: #afdc18;
/* SwiftUI */
Color(red: 0.686, green: 0.863, blue: 0.094)
/* Android */
Color.parseColor("#afdc18")Accessibility — WCAG contrast
Aa
#afdc18 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdc18 on black: 13.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green86.3%
Blue9.4%
CMYK percentages
Cyan20.5%
Magenta0.0%
Yellow89.1%
Key (black)13.7%
Color previews
#afdc18 text on a black background
contrast 13.07:1
Card sample
#afdc18 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdc18;
Background color
Panel with #afdc18 background
background-color: #afdc18;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdc18;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 220, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 220, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdc18; background: linear-gradient(135deg, #afdc18, #2CDC18);