#418421
a dark, vivid green · cool · closest name: forestgreen
RGB
65, 132, 33
HSL
101°, 60%, 32%
CMYK
51, 0, 75, 48
Luminance
0.1774
Every format
| HEX | #418421 |
| RGB | rgb(65, 132, 33) |
| HSL | hsl(101, 60%, 32%) |
| CMYK | cmyk(51%, 0%, 75%, 48%) |
| LAB | lab(49.2 -39.5 44.3) |
| LCH | lch(49.2 59.3 131.7) |
| OKLCH | oklch(0.549 0.148 137.6) |
Copy-ready code
/* CSS */
color: #418421;
background-color: #418421;
/* Tailwind (arbitrary) */
class="text-[#418421] bg-[#418421]"
/* SCSS */
$brand: #418421;
/* SwiftUI */
Color(red: 0.255, green: 0.518, blue: 0.129)
/* Android */
Color.parseColor("#418421")Accessibility — WCAG contrast
Aa
#418421 on white: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#418421 on black: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green51.8%
Blue12.9%
CMYK percentages
Cyan50.8%
Magenta0.0%
Yellow75.0%
Key (black)48.2%
Color previews
#418421 text on a black background
contrast 4.55:1
Card sample
#418421 text on a white background
contrast 4.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #418421;
Background color
Panel with #418421 background
background-color: #418421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #418421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 132, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 132, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #418421; background: linear-gradient(135deg, #418421, #218443);