#32003c
a deep, electric magenta / pink · warm · closest name: midnightblue
RGB
50, 0, 60
HSL
290°, 100%, 12%
CMYK
17, 100, 0, 77
Luminance
0.0100
Every format
| HEX | #32003c |
| RGB | rgb(50, 0, 60) |
| HSL | hsl(290, 100%, 12%) |
| CMYK | cmyk(17%, 100%, 0%, 77%) |
| LAB | lab(9.0 33.1 -25.3) |
| LCH | lch(9.0 41.6 322.7) |
| OKLCH | oklch(0.231 0.111 320.1) |
Copy-ready code
/* CSS */
color: #32003c;
background-color: #32003c;
/* Tailwind (arbitrary) */
class="text-[#32003c] bg-[#32003c]"
/* SCSS */
$brand: #32003c;
/* SwiftUI */
Color(red: 0.196, green: 0.000, blue: 0.235)
/* Android */
Color.parseColor("#32003c")Accessibility — WCAG contrast
Aa
#32003c on white: 17.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#32003c on black: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green0.0%
Blue23.5%
CMYK percentages
Cyan16.7%
Magenta100.0%
Yellow0.0%
Key (black)76.5%
Color previews
#32003c text on a black background
contrast 1.20:1
Card sample
#32003c text on a white background
contrast 17.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32003c;
Background color
Panel with #32003c background
background-color: #32003c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32003c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 0, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 0, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32003c; background: linear-gradient(135deg, #32003c, #3C001E);