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