#4ab209
a dark, electric green · cool · closest name: green
RGB
74, 178, 9
HSL
97°, 90%, 37%
CMYK
58, 0, 95, 30
Luminance
0.3332
Every format
| HEX | #4ab209 |
| RGB | rgb(74, 178, 9) |
| HSL | hsl(97, 90%, 37%) |
| CMYK | cmyk(58%, 0%, 95%, 30%) |
| LAB | lab(64.4 -55.3 63.8) |
| LCH | lch(64.4 84.5 130.9) |
| OKLCH | oklch(0.675 0.206 138.0) |
Copy-ready code
/* CSS */
color: #4ab209;
background-color: #4ab209;
/* Tailwind (arbitrary) */
class="text-[#4ab209] bg-[#4ab209]"
/* SCSS */
$brand: #4ab209;
/* SwiftUI */
Color(red: 0.290, green: 0.698, blue: 0.035)
/* Android */
Color.parseColor("#4ab209")Accessibility — WCAG contrast
Aa
#4ab209 on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ab209 on black: 7.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green69.8%
Blue3.5%
CMYK percentages
Cyan58.4%
Magenta0.0%
Yellow94.9%
Key (black)30.2%
Color previews
#4ab209 text on a black background
contrast 7.66:1
Card sample
#4ab209 text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ab209;
Background color
Panel with #4ab209 background
background-color: #4ab209;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ab209;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 178, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 178, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ab209; background: linear-gradient(135deg, #4ab209, #09B239);