#4aac13
a dark, electric green · cool · closest name: green
RGB
74, 172, 19
HSL
98°, 80%, 38%
CMYK
57, 0, 89, 33
Luminance
0.3101
Every format
| HEX | #4aac13 |
| RGB | rgb(74, 172, 19) |
| HSL | hsl(98, 80%, 38%) |
| CMYK | cmyk(57%, 0%, 89%, 33%) |
| LAB | lab(62.5 -52.9 60.7) |
| LCH | lch(62.5 80.5 131.1) |
| OKLCH | oklch(0.659 0.198 138.0) |
Copy-ready code
/* CSS */
color: #4aac13;
background-color: #4aac13;
/* Tailwind (arbitrary) */
class="text-[#4aac13] bg-[#4aac13]"
/* SCSS */
$brand: #4aac13;
/* SwiftUI */
Color(red: 0.290, green: 0.675, blue: 0.075)
/* Android */
Color.parseColor("#4aac13")Accessibility — WCAG contrast
Aa
#4aac13 on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4aac13 on black: 7.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green67.5%
Blue7.5%
CMYK percentages
Cyan57.0%
Magenta0.0%
Yellow89.0%
Key (black)32.5%
Color previews
#4aac13 text on a black background
contrast 7.20:1
Card sample
#4aac13 text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4aac13;
Background color
Panel with #4aac13 background
background-color: #4aac13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4aac13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 172, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 172, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4aac13; background: linear-gradient(135deg, #4aac13, #13AC42);