#650b21
a deep, electric red · warm · closest name: maroon
RGB
101, 11, 33
HSL
345°, 80%, 22%
CMYK
0, 89, 67, 60
Luminance
0.0312
Every format
| HEX | #650b21 |
| RGB | rgb(101, 11, 33) |
| HSL | hsl(345, 80%, 22%) |
| CMYK | cmyk(0%, 89%, 67%, 60%) |
| LAB | lab(20.5 39.1 12.6) |
| LCH | lch(20.5 41.0 17.9) |
| OKLCH | oklch(0.330 0.121 14.6) |
Copy-ready code
/* CSS */
color: #650b21;
background-color: #650b21;
/* Tailwind (arbitrary) */
class="text-[#650b21] bg-[#650b21]"
/* SCSS */
$brand: #650b21;
/* SwiftUI */
Color(red: 0.396, green: 0.043, blue: 0.129)
/* Android */
Color.parseColor("#650b21")Accessibility — WCAG contrast
Aa
#650b21 on white: 12.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#650b21 on black: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green4.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta89.1%
Yellow67.3%
Key (black)60.4%
Color previews
#650b21 text on a black background
contrast 1.62:1
Card sample
#650b21 text on a white background
contrast 12.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #650b21;
Background color
Panel with #650b21 background
background-color: #650b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #650b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 11, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 11, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #650b21; background: linear-gradient(135deg, #650b21, #65310B);