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