#490613
a deep, electric red · warm · closest name: maroon
RGB
73, 6, 19
HSL
348°, 85%, 16%
CMYK
0, 92, 74, 71
Luminance
0.0159
Every format
| HEX | #490613 |
| RGB | rgb(73, 6, 19) |
| HSL | hsl(348, 85%, 16%) |
| CMYK | cmyk(0%, 92%, 74%, 71%) |
| LAB | lab(13.2 30.9 11.8) |
| LCH | lch(13.2 33.1 20.8) |
| OKLCH | oklch(0.264 0.096 17.1) |
Copy-ready code
/* CSS */
color: #490613;
background-color: #490613;
/* Tailwind (arbitrary) */
class="text-[#490613] bg-[#490613]"
/* SCSS */
$brand: #490613;
/* SwiftUI */
Color(red: 0.286, green: 0.024, blue: 0.075)
/* Android */
Color.parseColor("#490613")Accessibility — WCAG contrast
Aa
#490613 on white: 15.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#490613 on black: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green2.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta91.8%
Yellow74.0%
Key (black)71.4%
Color previews
#490613 text on a black background
contrast 1.32:1
Card sample
#490613 text on a white background
contrast 15.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #490613;
Background color
Panel with #490613 background
background-color: #490613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #490613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 6, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 6, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #490613; background: linear-gradient(135deg, #490613, #492606);