#4baf19
a dark, electric green · cool · closest name: green
RGB
75, 175, 25
HSL
100°, 75%, 39%
CMYK
57, 0, 86, 31
Luminance
0.3223
Every format
| HEX | #4baf19 |
| RGB | rgb(75, 175, 25) |
| HSL | hsl(100, 75%, 39%) |
| CMYK | cmyk(57%, 0%, 86%, 31%) |
| LAB | lab(63.5 -53.5 60.3) |
| LCH | lch(63.5 80.6 131.6) |
| OKLCH | oklch(0.668 0.199 138.3) |
Copy-ready code
/* CSS */
color: #4baf19;
background-color: #4baf19;
/* Tailwind (arbitrary) */
class="text-[#4baf19] bg-[#4baf19]"
/* SCSS */
$brand: #4baf19;
/* SwiftUI */
Color(red: 0.294, green: 0.686, blue: 0.098)
/* Android */
Color.parseColor("#4baf19")Accessibility — WCAG contrast
Aa
#4baf19 on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4baf19 on black: 7.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green68.6%
Blue9.8%
CMYK percentages
Cyan57.1%
Magenta0.0%
Yellow85.7%
Key (black)31.4%
Color previews
#4baf19 text on a black background
contrast 7.45:1
Card sample
#4baf19 text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4baf19;
Background color
Panel with #4baf19 background
background-color: #4baf19;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4baf19;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 175, 25, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 175, 25, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4baf19; background: linear-gradient(135deg, #4baf19, #19AF4B);