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