#48060c
a deep, electric red · warm · closest name: maroon
RGB
72, 6, 12
HSL
355°, 85%, 15%
CMYK
0, 92, 83, 72
Luminance
0.0153
Every format
| HEX | #48060c |
| RGB | rgb(72, 6, 12) |
| HSL | hsl(355, 85%, 15%) |
| CMYK | cmyk(0%, 92%, 83%, 72%) |
| LAB | lab(12.8 30.2 15.0) |
| LCH | lch(12.8 33.8 26.4) |
| OKLCH | oklch(0.260 0.096 22.8) |
Copy-ready code
/* CSS */
color: #48060c;
background-color: #48060c;
/* Tailwind (arbitrary) */
class="text-[#48060c] bg-[#48060c]"
/* SCSS */
$brand: #48060c;
/* SwiftUI */
Color(red: 0.282, green: 0.024, blue: 0.047)
/* Android */
Color.parseColor("#48060c")Accessibility — WCAG contrast
Aa
#48060c on white: 16.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#48060c on black: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green2.4%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta91.7%
Yellow83.3%
Key (black)71.8%
Color previews
#48060c text on a black background
contrast 1.31:1
Card sample
#48060c text on a white background
contrast 16.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #48060c;
Background color
Panel with #48060c background
background-color: #48060c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #48060c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 6, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 6, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #48060c; background: linear-gradient(135deg, #48060c, #482C06);