#660030
a deep, electric magenta / pink · warm · closest name: maroon
RGB
102, 0, 48
HSL
332°, 100%, 20%
CMYK
0, 100, 53, 60
Luminance
0.0304
Every format
| HEX | #660030 |
| RGB | rgb(102, 0, 48) |
| HSL | hsl(332, 100%, 20%) |
| CMYK | cmyk(0%, 100%, 53%, 60%) |
| LAB | lab(20.2 43.2 1.6) |
| LCH | lch(20.2 43.2 2.1) |
| OKLCH | oklch(0.330 0.133 1.9) |
Copy-ready code
/* CSS */
color: #660030;
background-color: #660030;
/* Tailwind (arbitrary) */
class="text-[#660030] bg-[#660030]"
/* SCSS */
$brand: #660030;
/* SwiftUI */
Color(red: 0.400, green: 0.000, blue: 0.188)
/* Android */
Color.parseColor("#660030")Accessibility — WCAG contrast
Aa
#660030 on white: 13.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#660030 on black: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green0.0%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow52.9%
Key (black)60.0%
Color previews
#660030 text on a black background
contrast 1.61:1
Card sample
#660030 text on a white background
contrast 13.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #660030;
Background color
Panel with #660030 background
background-color: #660030;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #660030;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 0, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 0, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #660030; background: linear-gradient(135deg, #660030, #661400);