#443a21
a deep, soft yellow · warm · closest name: darkslategray
RGB
68, 58, 33
HSL
43°, 35%, 20%
CMYK
0, 15, 52, 73
Luminance
0.0436
Every format
| HEX | #443a21 |
| RGB | rgb(68, 58, 33) |
| HSL | hsl(43, 35%, 20%) |
| CMYK | cmyk(0%, 15%, 52%, 73%) |
| LAB | lab(24.8 0.3 17.1) |
| LCH | lch(24.8 17.1 88.9) |
| OKLCH | oklch(0.352 0.042 88.4) |
Copy-ready code
/* CSS */
color: #443a21;
background-color: #443a21;
/* Tailwind (arbitrary) */
class="text-[#443a21] bg-[#443a21]"
/* SCSS */
$brand: #443a21;
/* SwiftUI */
Color(red: 0.267, green: 0.227, blue: 0.129)
/* Android */
Color.parseColor("#443a21")Accessibility — WCAG contrast
Aa
#443a21 on white: 11.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#443a21 on black: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green22.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta14.7%
Yellow51.5%
Key (black)73.3%
Color previews
#443a21 text on a black background
contrast 1.87:1
Card sample
#443a21 text on a white background
contrast 11.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #443a21;
Background color
Panel with #443a21 background
background-color: #443a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #443a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 58, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 58, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #443a21; background: linear-gradient(135deg, #443a21, #374421);