#418c13
a dark, electric green · cool · closest name: forestgreen
RGB
65, 140, 19
HSL
97°, 76%, 31%
CMYK
54, 0, 86, 45
Luminance
0.1993
Every format
| HEX | #418c13 |
| RGB | rgb(65, 140, 19) |
| HSL | hsl(97, 76%, 31%) |
| CMYK | cmyk(54%, 0%, 86%, 45%) |
| LAB | lab(51.8 -43.5 51.2) |
| LCH | lch(51.8 67.2 130.4) |
| OKLCH | oklch(0.570 0.165 137.1) |
Copy-ready code
/* CSS */
color: #418c13;
background-color: #418c13;
/* Tailwind (arbitrary) */
class="text-[#418c13] bg-[#418c13]"
/* SCSS */
$brand: #418c13;
/* SwiftUI */
Color(red: 0.255, green: 0.549, blue: 0.075)
/* Android */
Color.parseColor("#418c13")Accessibility — WCAG contrast
Aa
#418c13 on white: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#418c13 on black: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green54.9%
Blue7.5%
CMYK percentages
Cyan53.6%
Magenta0.0%
Yellow86.4%
Key (black)45.1%
Color previews
#418c13 text on a black background
contrast 4.99:1
Card sample
#418c13 text on a white background
contrast 4.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #418c13;
Background color
Panel with #418c13 background
background-color: #418c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #418c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 140, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 140, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #418c13; background: linear-gradient(135deg, #418c13, #138C36);