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