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