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