#482b21
a deep, soft orange · warm · closest name: black
RGB
72, 43, 33
HSL
15°, 37%, 21%
CMYK
0, 40, 54, 72
Luminance
0.0322
Every format
| HEX | #482b21 |
| RGB | rgb(72, 43, 33) |
| HSL | hsl(15, 37%, 21%) |
| CMYK | cmyk(0%, 40%, 54%, 72%) |
| LAB | lab(20.9 12.1 12.1) |
| LCH | lch(20.9 17.1 44.9) |
| OKLCH | oklch(0.323 0.047 39.8) |
Copy-ready code
/* CSS */
color: #482b21;
background-color: #482b21;
/* Tailwind (arbitrary) */
class="text-[#482b21] bg-[#482b21]"
/* SCSS */
$brand: #482b21;
/* SwiftUI */
Color(red: 0.282, green: 0.169, blue: 0.129)
/* Android */
Color.parseColor("#482b21")Accessibility — WCAG contrast
Aa
#482b21 on white: 12.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#482b21 on black: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green16.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta40.3%
Yellow54.2%
Key (black)71.8%
Color previews
#482b21 text on a black background
contrast 1.64:1
Card sample
#482b21 text on a white background
contrast 12.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #482b21;
Background color
Panel with #482b21 background
background-color: #482b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #482b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 43, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 43, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #482b21; background: linear-gradient(135deg, #482b21, #484521);