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