#660321
a deep, electric magenta / pink · warm · closest name: maroon
RGB
102, 3, 33
HSL
342°, 94%, 21%
CMYK
0, 97, 68, 60
Luminance
0.0300
Every format
| HEX | #660321 |
| RGB | rgb(102, 3, 33) |
| HSL | hsl(342, 94%, 21%) |
| CMYK | cmyk(0%, 97%, 68%, 60%) |
| LAB | lab(20.1 41.3 12.0) |
| LCH | lch(20.1 43.0 16.2) |
| OKLCH | oklch(0.327 0.128 13.2) |
Copy-ready code
/* CSS */
color: #660321;
background-color: #660321;
/* Tailwind (arbitrary) */
class="text-[#660321] bg-[#660321]"
/* SCSS */
$brand: #660321;
/* SwiftUI */
Color(red: 0.400, green: 0.012, blue: 0.129)
/* Android */
Color.parseColor("#660321")Accessibility — WCAG contrast
Aa
#660321 on white: 13.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#660321 on black: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green1.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta97.1%
Yellow67.6%
Key (black)60.0%
Color previews
#660321 text on a black background
contrast 1.60:1
Card sample
#660321 text on a white background
contrast 13.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #660321;
Background color
Panel with #660321 background
background-color: #660321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #660321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 3, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 3, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #660321; background: linear-gradient(135deg, #660321, #662703);