#418f0d
a dark, electric green · cool · closest name: forestgreen
RGB
65, 143, 13
HSL
96°, 83%, 31%
CMYK
55, 0, 91, 44
Luminance
0.2080
Every format
| HEX | #418f0d |
| RGB | rgb(65, 143, 13) |
| HSL | hsl(96, 83%, 31%) |
| CMYK | cmyk(55%, 0%, 91%, 44%) |
| LAB | lab(52.7 -44.9 53.4) |
| LCH | lch(52.7 69.7 130.1) |
| OKLCH | oklch(0.578 0.171 137.1) |
Copy-ready code
/* CSS */
color: #418f0d;
background-color: #418f0d;
/* Tailwind (arbitrary) */
class="text-[#418f0d] bg-[#418f0d]"
/* SCSS */
$brand: #418f0d;
/* SwiftUI */
Color(red: 0.255, green: 0.561, blue: 0.051)
/* Android */
Color.parseColor("#418f0d")Accessibility — WCAG contrast
Aa
#418f0d on white: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#418f0d on black: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green56.1%
Blue5.1%
CMYK percentages
Cyan54.5%
Magenta0.0%
Yellow90.9%
Key (black)43.9%
Color previews
#418f0d text on a black background
contrast 5.16:1
Card sample
#418f0d text on a white background
contrast 4.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #418f0d;
Background color
Panel with #418f0d background
background-color: #418f0d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #418f0d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 143, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 143, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #418f0d; background: linear-gradient(135deg, #418f0d, #0D8F30);