#490213
a deep, electric red · warm · closest name: maroon
RGB
73, 2, 19
HSL
346°, 95%, 15%
CMYK
0, 97, 74, 71
Luminance
0.0151
Every format
| HEX | #490213 |
| RGB | rgb(73, 2, 19) |
| HSL | hsl(346, 95%, 15%) |
| CMYK | cmyk(0%, 97%, 74%, 71%) |
| LAB | lab(12.7 32.5 11.0) |
| LCH | lch(12.7 34.3 18.7) |
| OKLCH | oklch(0.260 0.101 15.4) |
Copy-ready code
/* CSS */
color: #490213;
background-color: #490213;
/* Tailwind (arbitrary) */
class="text-[#490213] bg-[#490213]"
/* SCSS */
$brand: #490213;
/* SwiftUI */
Color(red: 0.286, green: 0.008, blue: 0.075)
/* Android */
Color.parseColor("#490213")Accessibility — WCAG contrast
Aa
#490213 on white: 16.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#490213 on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green0.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta97.3%
Yellow74.0%
Key (black)71.4%
Color previews
#490213 text on a black background
contrast 1.30:1
Card sample
#490213 text on a white background
contrast 16.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #490213;
Background color
Panel with #490213 background
background-color: #490213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #490213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 2, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 2, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #490213; background: linear-gradient(135deg, #490213, #492002);