#418f13
a dark, electric green · cool · closest name: forestgreen
RGB
65, 143, 19
HSL
98°, 77%, 32%
CMYK
55, 0, 87, 44
Luminance
0.2082
Every format
| HEX | #418f13 |
| RGB | rgb(65, 143, 19) |
| HSL | hsl(98, 77%, 32%) |
| CMYK | cmyk(55%, 0%, 87%, 44%) |
| LAB | lab(52.8 -44.7 52.1) |
| LCH | lch(52.8 68.6 130.6) |
| OKLCH | oklch(0.578 0.169 137.4) |
Copy-ready code
/* CSS */
color: #418f13;
background-color: #418f13;
/* Tailwind (arbitrary) */
class="text-[#418f13] bg-[#418f13]"
/* SCSS */
$brand: #418f13;
/* SwiftUI */
Color(red: 0.255, green: 0.561, blue: 0.075)
/* Android */
Color.parseColor("#418f13")Accessibility — WCAG contrast
Aa
#418f13 on white: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#418f13 on black: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green56.1%
Blue7.5%
CMYK percentages
Cyan54.5%
Magenta0.0%
Yellow86.7%
Key (black)43.9%
Color previews
#418f13 text on a black background
contrast 5.16:1
Card sample
#418f13 text on a white background
contrast 4.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #418f13;
Background color
Panel with #418f13 background
background-color: #418f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #418f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 143, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 143, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #418f13; background: linear-gradient(135deg, #418f13, #138F38);