#419213
a dark, electric green · cool · closest name: forestgreen
RGB
65, 146, 19
HSL
98°, 77%, 32%
CMYK
56, 0, 87, 43
Luminance
0.2173
Every format
| HEX | #419213 |
| RGB | rgb(65, 146, 19) |
| HSL | hsl(98, 77%, 32%) |
| CMYK | cmyk(56%, 0%, 87%, 43%) |
| LAB | lab(53.7 -45.8 52.9) |
| LCH | lch(53.7 70.0 130.9) |
| OKLCH | oklch(0.586 0.172 137.6) |
Copy-ready code
/* CSS */
color: #419213;
background-color: #419213;
/* Tailwind (arbitrary) */
class="text-[#419213] bg-[#419213]"
/* SCSS */
$brand: #419213;
/* SwiftUI */
Color(red: 0.255, green: 0.573, blue: 0.075)
/* Android */
Color.parseColor("#419213")Accessibility — WCAG contrast
Aa
#419213 on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#419213 on black: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green57.3%
Blue7.5%
CMYK percentages
Cyan55.5%
Magenta0.0%
Yellow87.0%
Key (black)42.7%
Color previews
#419213 text on a black background
contrast 5.35:1
Card sample
#419213 text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #419213;
Background color
Panel with #419213 background
background-color: #419213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #419213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 146, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 146, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #419213; background: linear-gradient(135deg, #419213, #13923A);