#660933
a deep, electric magenta / pink · warm · closest name: maroon
RGB
102, 9, 51
HSL
333°, 84%, 22%
CMYK
0, 91, 50, 60
Luminance
0.0326
Every format
| HEX | #660933 |
| RGB | rgb(102, 9, 51) |
| HSL | hsl(333, 84%, 22%) |
| CMYK | cmyk(0%, 91%, 50%, 60%) |
| LAB | lab(21.1 41.3 0.7) |
| LCH | lch(21.1 41.3 1.0) |
| OKLCH | oklch(0.336 0.127 1.0) |
Copy-ready code
/* CSS */
color: #660933;
background-color: #660933;
/* Tailwind (arbitrary) */
class="text-[#660933] bg-[#660933]"
/* SCSS */
$brand: #660933;
/* SwiftUI */
Color(red: 0.400, green: 0.035, blue: 0.200)
/* Android */
Color.parseColor("#660933")Accessibility — WCAG contrast
Aa
#660933 on white: 12.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#660933 on black: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green3.5%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta91.2%
Yellow50.0%
Key (black)60.0%
Color previews
#660933 text on a black background
contrast 1.65:1
Card sample
#660933 text on a white background
contrast 12.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #660933;
Background color
Panel with #660933 background
background-color: #660933;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #660933;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 9, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 9, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #660933; background: linear-gradient(135deg, #660933, #661D09);