#416321
a dark, vivid green · cool · closest name: seagreen
RGB
65, 99, 33
HSL
91°, 50%, 26%
CMYK
34, 0, 67, 61
Luminance
0.1016
Every format
| HEX | #416321 |
| RGB | rgb(65, 99, 33) |
| HSL | hsl(91, 50%, 26%) |
| CMYK | cmyk(34%, 0%, 67%, 61%) |
| LAB | lab(38.1 -24.5 32.7) |
| LCH | lch(38.1 40.9 126.9) |
| OKLCH | oklch(0.458 0.102 132.3) |
Copy-ready code
/* CSS */
color: #416321;
background-color: #416321;
/* Tailwind (arbitrary) */
class="text-[#416321] bg-[#416321]"
/* SCSS */
$brand: #416321;
/* SwiftUI */
Color(red: 0.255, green: 0.388, blue: 0.129)
/* Android */
Color.parseColor("#416321")Accessibility — WCAG contrast
Aa
#416321 on white: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#416321 on black: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green38.8%
Blue12.9%
CMYK percentages
Cyan34.3%
Magenta0.0%
Yellow66.7%
Key (black)61.2%
Color previews
#416321 text on a black background
contrast 3.03:1
Card sample
#416321 text on a white background
contrast 6.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #416321;
Background color
Panel with #416321 background
background-color: #416321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #416321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 99, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 99, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #416321; background: linear-gradient(135deg, #416321, #21632D);