#32053c
a deep, electric violet · warm · closest name: midnightblue
RGB
50, 5, 60
HSL
289°, 85%, 13%
CMYK
17, 92, 0, 77
Luminance
0.0111
Every format
| HEX | #32053c |
| RGB | rgb(50, 5, 60) |
| HSL | hsl(289, 85%, 13%) |
| CMYK | cmyk(17%, 92%, 0%, 77%) |
| LAB | lab(9.9 30.5 -23.8) |
| LCH | lch(9.9 38.7 322.0) |
| OKLCH | oklch(0.237 0.103 319.4) |
Copy-ready code
/* CSS */
color: #32053c;
background-color: #32053c;
/* Tailwind (arbitrary) */
class="text-[#32053c] bg-[#32053c]"
/* SCSS */
$brand: #32053c;
/* SwiftUI */
Color(red: 0.196, green: 0.020, blue: 0.235)
/* Android */
Color.parseColor("#32053c")Accessibility — WCAG contrast
Aa
#32053c on white: 17.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#32053c on black: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green2.0%
Blue23.5%
CMYK percentages
Cyan16.7%
Magenta91.7%
Yellow0.0%
Key (black)76.5%
Color previews
#32053c text on a black background
contrast 1.22:1
Card sample
#32053c text on a white background
contrast 17.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32053c;
Background color
Panel with #32053c background
background-color: #32053c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32053c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 5, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 5, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32053c; background: linear-gradient(135deg, #32053c, #3C0521);