#4ab921
a dark, vivid green · cool · closest name: green
RGB
74, 185, 33
HSL
104°, 70%, 43%
CMYK
60, 0, 82, 28
Luminance
0.3626
Every format
| HEX | #4ab921 |
| RGB | rgb(74, 185, 33) |
| HSL | hsl(104, 70%, 43%) |
| CMYK | cmyk(60%, 0%, 82%, 28%) |
| LAB | lab(66.7 -57.0 61.1) |
| LCH | lch(66.7 83.6 133.0) |
| OKLCH | oklch(0.694 0.207 139.3) |
Copy-ready code
/* CSS */
color: #4ab921;
background-color: #4ab921;
/* Tailwind (arbitrary) */
class="text-[#4ab921] bg-[#4ab921]"
/* SCSS */
$brand: #4ab921;
/* SwiftUI */
Color(red: 0.290, green: 0.725, blue: 0.129)
/* Android */
Color.parseColor("#4ab921")Accessibility — WCAG contrast
Aa
#4ab921 on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ab921 on black: 8.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green72.5%
Blue12.9%
CMYK percentages
Cyan60.0%
Magenta0.0%
Yellow82.2%
Key (black)27.5%
Color previews
#4ab921 text on a black background
contrast 8.25:1
Card sample
#4ab921 text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ab921;
Background color
Panel with #4ab921 background
background-color: #4ab921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ab921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 185, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 185, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ab921; background: linear-gradient(135deg, #4ab921, #21B95D);