#404321
a deep, soft yellow · cool · closest name: darkslategray
RGB
64, 67, 33
HSL
65°, 34%, 20%
CMYK
5, 0, 51, 74
Luminance
0.0521
Every format
| HEX | #404321 |
| RGB | rgb(64, 67, 33) |
| HSL | hsl(65, 34%, 20%) |
| CMYK | cmyk(5%, 0%, 51%, 74%) |
| LAB | lab(27.3 -7.3 20.1) |
| LCH | lch(27.3 21.4 110.0) |
| OKLCH | oklch(0.371 0.052 113.1) |
Copy-ready code
/* CSS */
color: #404321;
background-color: #404321;
/* Tailwind (arbitrary) */
class="text-[#404321] bg-[#404321]"
/* SCSS */
$brand: #404321;
/* SwiftUI */
Color(red: 0.251, green: 0.263, blue: 0.129)
/* Android */
Color.parseColor("#404321")Accessibility — WCAG contrast
Aa
#404321 on white: 10.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#404321 on black: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green26.3%
Blue12.9%
CMYK percentages
Cyan4.5%
Magenta0.0%
Yellow50.7%
Key (black)73.7%
Color previews
#404321 text on a black background
contrast 2.04:1
Card sample
#404321 text on a white background
contrast 10.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #404321;
Background color
Panel with #404321 background
background-color: #404321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #404321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 67, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 67, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #404321; background: linear-gradient(135deg, #404321, #294321);