#650913
a deep, electric red · warm · closest name: maroon
RGB
101, 9, 19
HSL
354°, 84%, 22%
CMYK
0, 91, 81, 60
Luminance
0.0301
Every format
| HEX | #650913 |
| RGB | rgb(101, 9, 19) |
| HSL | hsl(354, 84%, 22%) |
| CMYK | cmyk(0%, 91%, 81%, 60%) |
| LAB | lab(20.1 38.8 21.7) |
| LCH | lch(20.1 44.5 29.2) |
| OKLCH | oklch(0.326 0.123 23.1) |
Copy-ready code
/* CSS */
color: #650913;
background-color: #650913;
/* Tailwind (arbitrary) */
class="text-[#650913] bg-[#650913]"
/* SCSS */
$brand: #650913;
/* SwiftUI */
Color(red: 0.396, green: 0.035, blue: 0.075)
/* Android */
Color.parseColor("#650913")Accessibility — WCAG contrast
Aa
#650913 on white: 13.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#650913 on black: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green3.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta91.1%
Yellow81.2%
Key (black)60.4%
Color previews
#650913 text on a black background
contrast 1.60:1
Card sample
#650913 text on a white background
contrast 13.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #650913;
Background color
Panel with #650913 background
background-color: #650913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #650913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 9, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 9, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #650913; background: linear-gradient(135deg, #650913, #653C09);