#afd111
a dark, electric green · cool · closest name: yellow
RGB
175, 209, 17
HSL
71°, 85%, 44%
CMYK
16, 0, 92, 18
Luminance
0.5476
Every format
| HEX | #afd111 |
| RGB | rgb(175, 209, 17) |
| HSL | hsl(71, 85%, 44%) |
| CMYK | cmyk(16%, 0%, 92%, 18%) |
| LAB | lab(78.9 -32.5 76.6) |
| LCH | lch(78.9 83.3 113.0) |
| OKLCH | oklch(0.807 0.191 120.9) |
Copy-ready code
/* CSS */
color: #afd111;
background-color: #afd111;
/* Tailwind (arbitrary) */
class="text-[#afd111] bg-[#afd111]"
/* SCSS */
$brand: #afd111;
/* SwiftUI */
Color(red: 0.686, green: 0.820, blue: 0.067)
/* Android */
Color.parseColor("#afd111")Accessibility — WCAG contrast
Aa
#afd111 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd111 on black: 11.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.0%
Blue6.7%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow91.9%
Key (black)18.0%
Color previews
#afd111 text on a black background
contrast 11.95:1
Card sample
#afd111 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd111;
Background color
Panel with #afd111 background
background-color: #afd111;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd111;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 209, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 209, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd111; background: linear-gradient(135deg, #afd111, #2FD111);