#480b13
a deep, vivid red · warm · closest name: black
RGB
72, 11, 19
HSL
352°, 74%, 16%
CMYK
0, 85, 74, 72
Luminance
0.0166
Every format
| HEX | #480b13 |
| RGB | rgb(72, 11, 19) |
| HSL | hsl(352, 74%, 16%) |
| CMYK | cmyk(0%, 85%, 74%, 72%) |
| LAB | lab(13.6 28.8 12.3) |
| LCH | lch(13.6 31.3 23.1) |
| OKLCH | oklch(0.267 0.090 19.1) |
Copy-ready code
/* CSS */
color: #480b13;
background-color: #480b13;
/* Tailwind (arbitrary) */
class="text-[#480b13] bg-[#480b13]"
/* SCSS */
$brand: #480b13;
/* SwiftUI */
Color(red: 0.282, green: 0.043, blue: 0.075)
/* Android */
Color.parseColor("#480b13")Accessibility — WCAG contrast
Aa
#480b13 on white: 15.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#480b13 on black: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green4.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta84.7%
Yellow73.6%
Key (black)71.8%
Color previews
#480b13 text on a black background
contrast 1.33:1
Card sample
#480b13 text on a white background
contrast 15.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #480b13;
Background color
Panel with #480b13 background
background-color: #480b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #480b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 11, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 11, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #480b13; background: linear-gradient(135deg, #480b13, #482C0B);