#482c21
a deep, soft orange · warm · closest name: black
RGB
72, 44, 33
HSL
17°, 37%, 21%
CMYK
0, 39, 54, 72
Luminance
0.0329
Every format
| HEX | #482c21 |
| RGB | rgb(72, 44, 33) |
| HSL | hsl(17, 37%, 21%) |
| CMYK | cmyk(0%, 39%, 54%, 72%) |
| LAB | lab(21.2 11.5 12.5) |
| LCH | lch(21.2 16.9 47.4) |
| OKLCH | oklch(0.325 0.046 42.2) |
Copy-ready code
/* CSS */
color: #482c21;
background-color: #482c21;
/* Tailwind (arbitrary) */
class="text-[#482c21] bg-[#482c21]"
/* SCSS */
$brand: #482c21;
/* SwiftUI */
Color(red: 0.282, green: 0.173, blue: 0.129)
/* Android */
Color.parseColor("#482c21")Accessibility — WCAG contrast
Aa
#482c21 on white: 12.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#482c21 on black: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green17.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta38.9%
Yellow54.2%
Key (black)71.8%
Color previews
#482c21 text on a black background
contrast 1.66:1
Card sample
#482c21 text on a white background
contrast 12.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #482c21;
Background color
Panel with #482c21 background
background-color: #482c21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #482c21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 44, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 44, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #482c21; background: linear-gradient(135deg, #482c21, #484621);