#481613
a deep, vivid red · warm · closest name: black
RGB
72, 22, 19
HSL
3°, 58%, 18%
CMYK
0, 69, 74, 72
Luminance
0.0200
Every format
| HEX | #481613 |
| RGB | rgb(72, 22, 19) |
| HSL | hsl(3, 58%, 18%) |
| CMYK | cmyk(0%, 69%, 74%, 72%) |
| LAB | lab(15.5 23.7 14.7) |
| LCH | lch(15.5 27.8 31.8) |
| OKLCH | oklch(0.281 0.077 26.7) |
Copy-ready code
/* CSS */
color: #481613;
background-color: #481613;
/* Tailwind (arbitrary) */
class="text-[#481613] bg-[#481613]"
/* SCSS */
$brand: #481613;
/* SwiftUI */
Color(red: 0.282, green: 0.086, blue: 0.075)
/* Android */
Color.parseColor("#481613")Accessibility — WCAG contrast
Aa
#481613 on white: 15.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#481613 on black: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green8.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta69.4%
Yellow73.6%
Key (black)71.8%
Color previews
#481613 text on a black background
contrast 1.40:1
Card sample
#481613 text on a white background
contrast 15.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #481613;
Background color
Panel with #481613 background
background-color: #481613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #481613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 22, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 22, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #481613; background: linear-gradient(135deg, #481613, #483913);