#473329
a deep, soft orange · warm · closest name: darkslategray
RGB
71, 51, 41
HSL
20°, 27%, 22%
CMYK
0, 28, 42, 72
Luminance
0.0387
Every format
| HEX | #473329 |
| RGB | rgb(71, 51, 41) |
| HSL | hsl(20, 27%, 22%) |
| CMYK | cmyk(0%, 28%, 42%, 72%) |
| LAB | lab(23.2 7.4 9.9) |
| LCH | lch(23.2 12.4 53.0) |
| OKLCH | oklch(0.341 0.034 47.7) |
Copy-ready code
/* CSS */
color: #473329;
background-color: #473329;
/* Tailwind (arbitrary) */
class="text-[#473329] bg-[#473329]"
/* SCSS */
$brand: #473329;
/* SwiftUI */
Color(red: 0.278, green: 0.200, blue: 0.161)
/* Android */
Color.parseColor("#473329")Accessibility — WCAG contrast
Aa
#473329 on white: 11.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#473329 on black: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green20.0%
Blue16.1%
CMYK percentages
Cyan0.0%
Magenta28.2%
Yellow42.3%
Key (black)72.2%
Color previews
#473329 text on a black background
contrast 1.77:1
Card sample
#473329 text on a white background
contrast 11.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #473329;
Background color
Panel with #473329 background
background-color: #473329;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #473329;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 51, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 51, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #473329; background: linear-gradient(135deg, #473329, #474729);