#482913
a deep, vivid orange · warm · closest name: black
RGB
72, 41, 19
HSL
25°, 58%, 18%
CMYK
0, 43, 74, 72
Luminance
0.0301
Every format
| HEX | #482913 |
| RGB | rgb(72, 41, 19) |
| HSL | hsl(25, 58%, 18%) |
| CMYK | cmyk(0%, 43%, 74%, 72%) |
| LAB | lab(20.1 12.1 20.2) |
| LCH | lch(20.1 23.6 59.1) |
| OKLCH | oklch(0.316 0.057 54.3) |
Copy-ready code
/* CSS */
color: #482913;
background-color: #482913;
/* Tailwind (arbitrary) */
class="text-[#482913] bg-[#482913]"
/* SCSS */
$brand: #482913;
/* SwiftUI */
Color(red: 0.282, green: 0.161, blue: 0.075)
/* Android */
Color.parseColor("#482913")Accessibility — WCAG contrast
Aa
#482913 on white: 13.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#482913 on black: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green16.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta43.1%
Yellow73.6%
Key (black)71.8%
Color previews
#482913 text on a black background
contrast 1.60:1
Card sample
#482913 text on a white background
contrast 13.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #482913;
Background color
Panel with #482913 background
background-color: #482913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #482913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 41, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 41, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #482913; background: linear-gradient(135deg, #482913, #434813);