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