#482c13
a deep, vivid orange · warm · closest name: black
RGB
72, 44, 19
HSL
28°, 58%, 18%
CMYK
0, 39, 74, 72
Luminance
0.0323
Every format
| HEX | #482c13 |
| RGB | rgb(72, 44, 19) |
| HSL | hsl(28, 58%, 18%) |
| CMYK | cmyk(0%, 39%, 74%, 72%) |
| LAB | lab(20.9 10.1 21.2) |
| LCH | lch(20.9 23.5 64.4) |
| OKLCH | oklch(0.322 0.056 60.4) |
Copy-ready code
/* CSS */
color: #482c13;
background-color: #482c13;
/* Tailwind (arbitrary) */
class="text-[#482c13] bg-[#482c13]"
/* SCSS */
$brand: #482c13;
/* SwiftUI */
Color(red: 0.282, green: 0.173, blue: 0.075)
/* Android */
Color.parseColor("#482c13")Accessibility — WCAG contrast
Aa
#482c13 on white: 12.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#482c13 on black: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green17.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta38.9%
Yellow73.6%
Key (black)71.8%
Color previews
#482c13 text on a black background
contrast 1.65:1
Card sample
#482c13 text on a white background
contrast 12.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #482c13;
Background color
Panel with #482c13 background
background-color: #482c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #482c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 44, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 44, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #482c13; background: linear-gradient(135deg, #482c13, #404813);