#a3df16
a balanced, electric green · cool · closest name: yellow
RGB
163, 223, 22
HSL
78°, 82%, 48%
CMYK
27, 0, 90, 13
Luminance
0.6062
Every format
| HEX | #a3df16 |
| RGB | rgb(163, 223, 22) |
| HSL | hsl(78, 82%, 48%) |
| CMYK | cmyk(27%, 0%, 90%, 13%) |
| LAB | lab(82.2 -43.4 78.2) |
| LCH | lch(82.2 89.5 119.0) |
| OKLCH | oklch(0.832 0.210 126.9) |
Copy-ready code
/* CSS */
color: #a3df16;
background-color: #a3df16;
/* Tailwind (arbitrary) */
class="text-[#a3df16] bg-[#a3df16]"
/* SCSS */
$brand: #a3df16;
/* SwiftUI */
Color(red: 0.639, green: 0.875, blue: 0.086)
/* Android */
Color.parseColor("#a3df16")Accessibility — WCAG contrast
Aa
#a3df16 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3df16 on black: 13.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green87.5%
Blue8.6%
CMYK percentages
Cyan26.9%
Magenta0.0%
Yellow90.1%
Key (black)12.5%
Color previews
#a3df16 text on a black background
contrast 13.12:1
Card sample
#a3df16 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3df16;
Background color
Panel with #a3df16 background
background-color: #a3df16;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3df16;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 223, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 223, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3df16; background: linear-gradient(135deg, #a3df16, #1DDF16);