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