#660921
a deep, electric magenta / pink · warm · closest name: maroon
RGB
102, 9, 33
HSL
345°, 84%, 22%
CMYK
0, 91, 68, 60
Luminance
0.0313
Every format
| HEX | #660921 |
| RGB | rgb(102, 9, 33) |
| HSL | hsl(345, 84%, 22%) |
| CMYK | cmyk(0%, 91%, 68%, 60%) |
| LAB | lab(20.6 39.9 12.7) |
| LCH | lch(20.6 41.8 17.7) |
| OKLCH | oklch(0.331 0.123 14.4) |
Copy-ready code
/* CSS */
color: #660921;
background-color: #660921;
/* Tailwind (arbitrary) */
class="text-[#660921] bg-[#660921]"
/* SCSS */
$brand: #660921;
/* SwiftUI */
Color(red: 0.400, green: 0.035, blue: 0.129)
/* Android */
Color.parseColor("#660921")Accessibility — WCAG contrast
Aa
#660921 on white: 12.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#660921 on black: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green3.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta91.2%
Yellow67.6%
Key (black)60.0%
Color previews
#660921 text on a black background
contrast 1.63:1
Card sample
#660921 text on a white background
contrast 12.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #660921;
Background color
Panel with #660921 background
background-color: #660921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #660921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 9, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 9, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #660921; background: linear-gradient(135deg, #660921, #662F09);