#443421
a deep, soft orange · warm · closest name: darkslategray
RGB
68, 52, 33
HSL
33°, 35%, 20%
CMYK
0, 24, 52, 73
Luminance
0.0379
Every format
| HEX | #443421 |
| RGB | rgb(68, 52, 33) |
| HSL | hsl(33, 35%, 20%) |
| CMYK | cmyk(0%, 24%, 52%, 73%) |
| LAB | lab(23.0 4.2 14.7) |
| LCH | lch(23.0 15.3 74.0) |
| OKLCH | oklch(0.338 0.038 70.7) |
Copy-ready code
/* CSS */
color: #443421;
background-color: #443421;
/* Tailwind (arbitrary) */
class="text-[#443421] bg-[#443421]"
/* SCSS */
$brand: #443421;
/* SwiftUI */
Color(red: 0.267, green: 0.204, blue: 0.129)
/* Android */
Color.parseColor("#443421")Accessibility — WCAG contrast
Aa
#443421 on white: 11.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#443421 on black: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green20.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta23.5%
Yellow51.5%
Key (black)73.3%
Color previews
#443421 text on a black background
contrast 1.76:1
Card sample
#443421 text on a white background
contrast 11.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #443421;
Background color
Panel with #443421 background
background-color: #443421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #443421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 52, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 52, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #443421; background: linear-gradient(135deg, #443421, #3D4421);