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