#a5df0c
a balanced, electric green · cool · closest name: yellow
RGB
165, 223, 12
HSL
77°, 90%, 46%
CMYK
26, 0, 95, 13
Luminance
0.6080
Every format
| HEX | #a5df0c |
| RGB | rgb(165, 223, 12) |
| HSL | hsl(77, 90%, 46%) |
| CMYK | cmyk(26%, 0%, 95%, 13%) |
| LAB | lab(82.3 -42.8 79.6) |
| LCH | lch(82.3 90.4 118.3) |
| OKLCH | oklch(0.833 0.211 126.4) |
Copy-ready code
/* CSS */
color: #a5df0c;
background-color: #a5df0c;
/* Tailwind (arbitrary) */
class="text-[#a5df0c] bg-[#a5df0c]"
/* SCSS */
$brand: #a5df0c;
/* SwiftUI */
Color(red: 0.647, green: 0.875, blue: 0.047)
/* Android */
Color.parseColor("#a5df0c")Accessibility — WCAG contrast
Aa
#a5df0c on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a5df0c on black: 13.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green87.5%
Blue4.7%
CMYK percentages
Cyan26.0%
Magenta0.0%
Yellow94.6%
Key (black)12.5%
Color previews
#a5df0c text on a black background
contrast 13.16:1
Card sample
#a5df0c text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a5df0c;
Background color
Panel with #a5df0c background
background-color: #a5df0c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a5df0c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 223, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 223, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a5df0c; background: linear-gradient(135deg, #a5df0c, #18DF0C);