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