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