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