#405621
a deep, soft green · cool · closest name: seagreen
RGB
64, 86, 33
HSL
85°, 45%, 23%
CMYK
26, 0, 62, 66
Luminance
0.0786
Every format
| HEX | #405621 |
| RGB | rgb(64, 86, 33) |
| HSL | hsl(85, 45%, 23%) |
| CMYK | cmyk(26%, 0%, 62%, 66%) |
| LAB | lab(33.7 -18.2 27.7) |
| LCH | lch(33.7 33.1 123.4) |
| OKLCH | oklch(0.422 0.083 128.3) |
Copy-ready code
/* CSS */
color: #405621;
background-color: #405621;
/* Tailwind (arbitrary) */
class="text-[#405621] bg-[#405621]"
/* SCSS */
$brand: #405621;
/* SwiftUI */
Color(red: 0.251, green: 0.337, blue: 0.129)
/* Android */
Color.parseColor("#405621")Accessibility — WCAG contrast
Aa
#405621 on white: 8.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#405621 on black: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green33.7%
Blue12.9%
CMYK percentages
Cyan25.6%
Magenta0.0%
Yellow61.6%
Key (black)66.3%
Color previews
#405621 text on a black background
contrast 2.57:1
Card sample
#405621 text on a white background
contrast 8.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #405621;
Background color
Panel with #405621 background
background-color: #405621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #405621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 86, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 86, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #405621; background: linear-gradient(135deg, #405621, #215625);