#5aca16
a dark, electric green · cool · closest name: green
RGB
90, 202, 22
HSL
97°, 80%, 44%
CMYK
55, 0, 89, 21
Luminance
0.4447
Every format
| HEX | #5aca16 |
| RGB | rgb(90, 202, 22) |
| HSL | hsl(97, 80%, 44%) |
| CMYK | cmyk(55%, 0%, 89%, 21%) |
| LAB | lab(72.5 -59.3 68.9) |
| LCH | lch(72.5 90.9 130.7) |
| OKLCH | oklch(0.744 0.222 137.7) |
Copy-ready code
/* CSS */
color: #5aca16;
background-color: #5aca16;
/* Tailwind (arbitrary) */
class="text-[#5aca16] bg-[#5aca16]"
/* SCSS */
$brand: #5aca16;
/* SwiftUI */
Color(red: 0.353, green: 0.792, blue: 0.086)
/* Android */
Color.parseColor("#5aca16")Accessibility — WCAG contrast
Aa
#5aca16 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5aca16 on black: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green79.2%
Blue8.6%
CMYK percentages
Cyan55.4%
Magenta0.0%
Yellow89.1%
Key (black)20.8%
Color previews
#5aca16 text on a black background
contrast 9.89:1
Card sample
#5aca16 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5aca16;
Background color
Panel with #5aca16 background
background-color: #5aca16;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5aca16;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 202, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 202, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5aca16; background: linear-gradient(135deg, #5aca16, #16CA4A);