#661321
a deep, vivid red · warm · closest name: maroon
RGB
102, 19, 33
HSL
350°, 69%, 24%
CMYK
0, 81, 68, 60
Luminance
0.0340
Every format
| HEX | #661321 |
| RGB | rgb(102, 19, 33) |
| HSL | hsl(350, 69%, 24%) |
| CMYK | cmyk(0%, 81%, 68%, 60%) |
| LAB | lab(21.6 37.0 14.0) |
| LCH | lch(21.6 39.5 20.8) |
| OKLCH | oklch(0.338 0.115 17.0) |
Copy-ready code
/* CSS */
color: #661321;
background-color: #661321;
/* Tailwind (arbitrary) */
class="text-[#661321] bg-[#661321]"
/* SCSS */
$brand: #661321;
/* SwiftUI */
Color(red: 0.400, green: 0.075, blue: 0.129)
/* Android */
Color.parseColor("#661321")Accessibility — WCAG contrast
Aa
#661321 on white: 12.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#661321 on black: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green7.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta81.4%
Yellow67.6%
Key (black)60.0%
Color previews
#661321 text on a black background
contrast 1.68:1
Card sample
#661321 text on a white background
contrast 12.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #661321;
Background color
Panel with #661321 background
background-color: #661321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #661321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 19, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 19, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #661321; background: linear-gradient(135deg, #661321, #663C13);