#424421
a deep, soft yellow · cool · closest name: darkslategray
RGB
66, 68, 33
HSL
63°, 35%, 20%
CMYK
3, 0, 52, 73
Luminance
0.0540
Every format
| HEX | #424421 |
| RGB | rgb(66, 68, 33) |
| HSL | hsl(63, 35%, 20%) |
| CMYK | cmyk(3%, 0%, 52%, 73%) |
| LAB | lab(27.9 -7.0 20.8) |
| LCH | lch(27.9 21.9 108.5) |
| OKLCH | oklch(0.376 0.054 111.6) |
Copy-ready code
/* CSS */
color: #424421;
background-color: #424421;
/* Tailwind (arbitrary) */
class="text-[#424421] bg-[#424421]"
/* SCSS */
$brand: #424421;
/* SwiftUI */
Color(red: 0.259, green: 0.267, blue: 0.129)
/* Android */
Color.parseColor("#424421")Accessibility — WCAG contrast
Aa
#424421 on white: 10.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#424421 on black: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.9%
Green26.7%
Blue12.9%
CMYK percentages
Cyan2.9%
Magenta0.0%
Yellow51.5%
Key (black)73.3%
Color previews
#424421 text on a black background
contrast 2.08:1
Card sample
#424421 text on a white background
contrast 10.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #424421;
Background color
Panel with #424421 background
background-color: #424421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #424421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(66, 68, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(66, 68, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #424421; background: linear-gradient(135deg, #424421, #2B4421);