#483321
a deep, soft orange · warm · closest name: darkslategray
RGB
72, 51, 33
HSL
28°, 37%, 21%
CMYK
0, 29, 54, 72
Luminance
0.0386
Every format
| HEX | #483321 |
| RGB | rgb(72, 51, 33) |
| HSL | hsl(28, 37%, 21%) |
| CMYK | cmyk(0%, 29%, 54%, 72%) |
| LAB | lab(23.2 6.9 15.1) |
| LCH | lch(23.2 16.6 65.5) |
| OKLCH | oklch(0.340 0.042 61.3) |
Copy-ready code
/* CSS */
color: #483321;
background-color: #483321;
/* Tailwind (arbitrary) */
class="text-[#483321] bg-[#483321]"
/* SCSS */
$brand: #483321;
/* SwiftUI */
Color(red: 0.282, green: 0.200, blue: 0.129)
/* Android */
Color.parseColor("#483321")Accessibility — WCAG contrast
Aa
#483321 on white: 11.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#483321 on black: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green20.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta29.2%
Yellow54.2%
Key (black)71.8%
Color previews
#483321 text on a black background
contrast 1.77:1
Card sample
#483321 text on a white background
contrast 11.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #483321;
Background color
Panel with #483321 background
background-color: #483321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #483321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 51, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 51, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #483321; background: linear-gradient(135deg, #483321, #434821);