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