#42003b
a deep, electric magenta / pink · warm · closest name: midnightblue
RGB
66, 0, 59
HSL
306°, 100%, 13%
CMYK
0, 100, 11, 74
Luminance
0.0147
Every format
| HEX | #42003b |
| RGB | rgb(66, 0, 59) |
| HSL | hsl(306, 100%, 13%) |
| CMYK | cmyk(0%, 100%, 11%, 74%) |
| LAB | lab(12.4 36.0 -18.9) |
| LCH | lch(12.4 40.7 332.4) |
| OKLCH | oklch(0.261 0.117 333.6) |
Copy-ready code
/* CSS */
color: #42003b;
background-color: #42003b;
/* Tailwind (arbitrary) */
class="text-[#42003b] bg-[#42003b]"
/* SCSS */
$brand: #42003b;
/* SwiftUI */
Color(red: 0.259, green: 0.000, blue: 0.231)
/* Android */
Color.parseColor("#42003b")Accessibility — WCAG contrast
Aa
#42003b on white: 16.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#42003b on black: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.9%
Green0.0%
Blue23.1%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow10.6%
Key (black)74.1%
Color previews
#42003b text on a black background
contrast 1.29:1
Card sample
#42003b text on a white background
contrast 16.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #42003b;
Background color
Panel with #42003b background
background-color: #42003b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #42003b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(66, 0, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(66, 0, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #42003b; background: linear-gradient(135deg, #42003b, #42000F);