#651221
a deep, vivid red · warm · closest name: maroon
RGB
101, 18, 33
HSL
349°, 70%, 23%
CMYK
0, 82, 67, 60
Luminance
0.0331
Every format
| HEX | #651221 |
| RGB | rgb(101, 18, 33) |
| HSL | hsl(349, 70%, 23%) |
| CMYK | cmyk(0%, 82%, 67%, 60%) |
| LAB | lab(21.2 37.0 13.6) |
| LCH | lch(21.2 39.4 20.1) |
| OKLCH | oklch(0.336 0.115 16.5) |
Copy-ready code
/* CSS */
color: #651221;
background-color: #651221;
/* Tailwind (arbitrary) */
class="text-[#651221] bg-[#651221]"
/* SCSS */
$brand: #651221;
/* SwiftUI */
Color(red: 0.396, green: 0.071, blue: 0.129)
/* Android */
Color.parseColor("#651221")Accessibility — WCAG contrast
Aa
#651221 on white: 12.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#651221 on black: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green7.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta82.2%
Yellow67.3%
Key (black)60.4%
Color previews
#651221 text on a black background
contrast 1.66:1
Card sample
#651221 text on a white background
contrast 12.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #651221;
Background color
Panel with #651221 background
background-color: #651221;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #651221;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 18, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 18, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #651221; background: linear-gradient(135deg, #651221, #653A12);