#48110c
a deep, vivid red · warm · closest name: maroon
RGB
72, 17, 12
HSL
5°, 71%, 17%
CMYK
0, 76, 83, 72
Luminance
0.0181
Every format
| HEX | #48110c |
| RGB | rgb(72, 17, 12) |
| HSL | hsl(5, 71%, 17%) |
| CMYK | cmyk(0%, 76%, 83%, 72%) |
| LAB | lab(14.4 25.8 17.1) |
| LCH | lch(14.4 30.9 33.6) |
| OKLCH | oklch(0.272 0.085 29.0) |
Copy-ready code
/* CSS */
color: #48110c;
background-color: #48110c;
/* Tailwind (arbitrary) */
class="text-[#48110c] bg-[#48110c]"
/* SCSS */
$brand: #48110c;
/* SwiftUI */
Color(red: 0.282, green: 0.067, blue: 0.047)
/* Android */
Color.parseColor("#48110c")Accessibility — WCAG contrast
Aa
#48110c on white: 15.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#48110c on black: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green6.7%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta76.4%
Yellow83.3%
Key (black)71.8%
Color previews
#48110c text on a black background
contrast 1.36:1
Card sample
#48110c text on a white background
contrast 15.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #48110c;
Background color
Panel with #48110c background
background-color: #48110c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #48110c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 17, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 17, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #48110c; background: linear-gradient(135deg, #48110c, #48390C);