#650b13
a deep, electric red · warm · closest name: maroon
RGB
101, 11, 19
HSL
355°, 80%, 22%
CMYK
0, 89, 81, 60
Luminance
0.0305
Every format
| HEX | #650b13 |
| RGB | rgb(101, 11, 19) |
| HSL | hsl(355, 80%, 22%) |
| CMYK | cmyk(0%, 89%, 81%, 60%) |
| LAB | lab(20.3 38.3 21.9) |
| LCH | lch(20.3 44.1 29.8) |
| OKLCH | oklch(0.328 0.121 23.6) |
Copy-ready code
/* CSS */
color: #650b13;
background-color: #650b13;
/* Tailwind (arbitrary) */
class="text-[#650b13] bg-[#650b13]"
/* SCSS */
$brand: #650b13;
/* SwiftUI */
Color(red: 0.396, green: 0.043, blue: 0.075)
/* Android */
Color.parseColor("#650b13")Accessibility — WCAG contrast
Aa
#650b13 on white: 13.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#650b13 on black: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green4.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta89.1%
Yellow81.2%
Key (black)60.4%
Color previews
#650b13 text on a black background
contrast 1.61:1
Card sample
#650b13 text on a white background
contrast 13.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #650b13;
Background color
Panel with #650b13 background
background-color: #650b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #650b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 11, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 11, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #650b13; background: linear-gradient(135deg, #650b13, #653F0B);