#482813
a deep, vivid orange · warm · closest name: black
RGB
72, 40, 19
HSL
24°, 58%, 18%
CMYK
0, 44, 74, 72
Luminance
0.0294
Every format
| HEX | #482813 |
| RGB | rgb(72, 40, 19) |
| HSL | hsl(24, 58%, 18%) |
| CMYK | cmyk(0%, 44%, 74%, 72%) |
| LAB | lab(19.8 12.8 19.9) |
| LCH | lch(19.8 23.6 57.4) |
| OKLCH | oklch(0.314 0.058 52.3) |
Copy-ready code
/* CSS */
color: #482813;
background-color: #482813;
/* Tailwind (arbitrary) */
class="text-[#482813] bg-[#482813]"
/* SCSS */
$brand: #482813;
/* SwiftUI */
Color(red: 0.282, green: 0.157, blue: 0.075)
/* Android */
Color.parseColor("#482813")Accessibility — WCAG contrast
Aa
#482813 on white: 13.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#482813 on black: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green15.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta44.4%
Yellow73.6%
Key (black)71.8%
Color previews
#482813 text on a black background
contrast 1.59:1
Card sample
#482813 text on a white background
contrast 13.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #482813;
Background color
Panel with #482813 background
background-color: #482813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #482813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 40, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 40, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #482813; background: linear-gradient(135deg, #482813, #444813);