#4bab0f
a dark, electric green · cool · closest name: green
RGB
75, 171, 15
HSL
97°, 84%, 37%
CMYK
56, 0, 91, 33
Luminance
0.3066
Every format
| HEX | #4bab0f |
| RGB | rgb(75, 171, 15) |
| HSL | hsl(97, 84%, 37%) |
| CMYK | cmyk(56%, 0%, 91%, 33%) |
| LAB | lab(62.2 -52.4 61.2) |
| LCH | lch(62.2 80.5 130.6) |
| OKLCH | oklch(0.657 0.197 137.6) |
Copy-ready code
/* CSS */
color: #4bab0f;
background-color: #4bab0f;
/* Tailwind (arbitrary) */
class="text-[#4bab0f] bg-[#4bab0f]"
/* SCSS */
$brand: #4bab0f;
/* SwiftUI */
Color(red: 0.294, green: 0.671, blue: 0.059)
/* Android */
Color.parseColor("#4bab0f")Accessibility — WCAG contrast
Aa
#4bab0f on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4bab0f on black: 7.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green67.1%
Blue5.9%
CMYK percentages
Cyan56.1%
Magenta0.0%
Yellow91.2%
Key (black)32.9%
Color previews
#4bab0f text on a black background
contrast 7.13:1
Card sample
#4bab0f text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4bab0f;
Background color
Panel with #4bab0f background
background-color: #4bab0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4bab0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 171, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 171, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4bab0f; background: linear-gradient(135deg, #4bab0f, #0FAB3B);