#418613
a dark, electric green · cool · closest name: forestgreen
RGB
65, 134, 19
HSL
96°, 75%, 30%
CMYK
52, 0, 86, 48
Luminance
0.1822
Every format
| HEX | #418613 |
| RGB | rgb(65, 134, 19) |
| HSL | hsl(96, 75%, 30%) |
| CMYK | cmyk(52%, 0%, 86%, 48%) |
| LAB | lab(49.8 -41.1 49.4) |
| LCH | lch(49.8 64.3 129.8) |
| OKLCH | oklch(0.553 0.158 136.6) |
Copy-ready code
/* CSS */
color: #418613;
background-color: #418613;
/* Tailwind (arbitrary) */
class="text-[#418613] bg-[#418613]"
/* SCSS */
$brand: #418613;
/* SwiftUI */
Color(red: 0.255, green: 0.525, blue: 0.075)
/* Android */
Color.parseColor("#418613")Accessibility — WCAG contrast
Aa
#418613 on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#418613 on black: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green52.5%
Blue7.5%
CMYK percentages
Cyan51.5%
Magenta0.0%
Yellow85.8%
Key (black)47.5%
Color previews
#418613 text on a black background
contrast 4.64:1
Card sample
#418613 text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #418613;
Background color
Panel with #418613 background
background-color: #418613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #418613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 134, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 134, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #418613; background: linear-gradient(135deg, #418613, #138632);