#483821
a deep, soft orange · warm · closest name: darkslategray
RGB
72, 56, 33
HSL
35°, 37%, 21%
CMYK
0, 22, 54, 72
Luminance
0.0432
Every format
| HEX | #483821 |
| RGB | rgb(72, 56, 33) |
| HSL | hsl(35, 37%, 21%) |
| CMYK | cmyk(0%, 22%, 54%, 72%) |
| LAB | lab(24.7 3.6 17.0) |
| LCH | lch(24.7 17.4 78.0) |
| OKLCH | oklch(0.352 0.043 75.7) |
Copy-ready code
/* CSS */
color: #483821;
background-color: #483821;
/* Tailwind (arbitrary) */
class="text-[#483821] bg-[#483821]"
/* SCSS */
$brand: #483821;
/* SwiftUI */
Color(red: 0.282, green: 0.220, blue: 0.129)
/* Android */
Color.parseColor("#483821")Accessibility — WCAG contrast
Aa
#483821 on white: 11.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#483821 on black: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green22.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta22.2%
Yellow54.2%
Key (black)71.8%
Color previews
#483821 text on a black background
contrast 1.86:1
Card sample
#483821 text on a white background
contrast 11.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #483821;
Background color
Panel with #483821 background
background-color: #483821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #483821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 56, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 56, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #483821; background: linear-gradient(135deg, #483821, #3E4821);