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