#418924
a dark, vivid green · cool · closest name: forestgreen
RGB
65, 137, 36
HSL
103°, 58%, 34%
CMYK
53, 0, 74, 46
Luminance
0.1914
Every format
| HEX | #418924 |
| RGB | rgb(65, 137, 36) |
| HSL | hsl(103, 58%, 34%) |
| CMYK | cmyk(53%, 0%, 74%, 46%) |
| LAB | lab(50.9 -41.3 44.8) |
| LCH | lch(50.9 60.9 132.6) |
| OKLCH | oklch(0.563 0.152 138.3) |
Copy-ready code
/* CSS */
color: #418924;
background-color: #418924;
/* Tailwind (arbitrary) */
class="text-[#418924] bg-[#418924]"
/* SCSS */
$brand: #418924;
/* SwiftUI */
Color(red: 0.255, green: 0.537, blue: 0.141)
/* Android */
Color.parseColor("#418924")Accessibility — WCAG contrast
Aa
#418924 on white: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#418924 on black: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green53.7%
Blue14.1%
CMYK percentages
Cyan52.6%
Magenta0.0%
Yellow73.7%
Key (black)46.3%
Color previews
#418924 text on a black background
contrast 4.83:1
Card sample
#418924 text on a white background
contrast 4.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #418924;
Background color
Panel with #418924 background
background-color: #418924;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #418924;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 137, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 137, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #418924; background: linear-gradient(135deg, #418924, #24894A);