#afd014
a dark, electric green · cool · closest name: yellow
RGB
175, 208, 20
HSL
71°, 83%, 45%
CMYK
16, 0, 90, 18
Luminance
0.5428
Every format
| HEX | #afd014 |
| RGB | rgb(175, 208, 20) |
| HSL | hsl(71, 83%, 45%) |
| CMYK | cmyk(16%, 0%, 90%, 18%) |
| LAB | lab(78.6 -32.0 76.0) |
| LCH | lch(78.6 82.5 112.9) |
| OKLCH | oklch(0.805 0.189 120.6) |
Copy-ready code
/* CSS */
color: #afd014;
background-color: #afd014;
/* Tailwind (arbitrary) */
class="text-[#afd014] bg-[#afd014]"
/* SCSS */
$brand: #afd014;
/* SwiftUI */
Color(red: 0.686, green: 0.816, blue: 0.078)
/* Android */
Color.parseColor("#afd014")Accessibility — WCAG contrast
Aa
#afd014 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd014 on black: 11.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green81.6%
Blue7.8%
CMYK percentages
Cyan15.9%
Magenta0.0%
Yellow90.4%
Key (black)18.4%
Color previews
#afd014 text on a black background
contrast 11.86:1
Card sample
#afd014 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd014;
Background color
Panel with #afd014 background
background-color: #afd014;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd014;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 208, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 208, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd014; background: linear-gradient(135deg, #afd014, #32D014);