#4fb91a
a dark, electric green · cool · closest name: green
RGB
79, 185, 26
HSL
100°, 75%, 41%
CMYK
57, 0, 86, 28
Luminance
0.3643
Every format
| HEX | #4fb91a |
| RGB | rgb(79, 185, 26) |
| HSL | hsl(100, 75%, 41%) |
| CMYK | cmyk(57%, 0%, 86%, 28%) |
| LAB | lab(66.8 -56.0 63.0) |
| LCH | lch(66.8 84.3 131.6) |
| OKLCH | oklch(0.696 0.207 138.3) |
Copy-ready code
/* CSS */
color: #4fb91a;
background-color: #4fb91a;
/* Tailwind (arbitrary) */
class="text-[#4fb91a] bg-[#4fb91a]"
/* SCSS */
$brand: #4fb91a;
/* SwiftUI */
Color(red: 0.310, green: 0.725, blue: 0.102)
/* Android */
Color.parseColor("#4fb91a")Accessibility — WCAG contrast
Aa
#4fb91a on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fb91a on black: 8.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green72.5%
Blue10.2%
CMYK percentages
Cyan57.3%
Magenta0.0%
Yellow85.9%
Key (black)27.5%
Color previews
#4fb91a text on a black background
contrast 8.29:1
Card sample
#4fb91a text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fb91a;
Background color
Panel with #4fb91a background
background-color: #4fb91a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fb91a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 185, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 185, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fb91a; background: linear-gradient(135deg, #4fb91a, #1AB94F);