#32044f
a deep, electric violet · warm · closest name: midnightblue
RGB
50, 4, 79
HSL
277°, 90%, 16%
CMYK
37, 95, 0, 69
Luminance
0.0133
Every format
| HEX | #32044f |
| RGB | rgb(50, 4, 79) |
| HSL | hsl(277, 90%, 16%) |
| CMYK | cmyk(37%, 95%, 0%, 69%) |
| LAB | lab(11.5 35.4 -34.6) |
| LCH | lch(11.5 49.5 315.6) |
| OKLCH | oklch(0.253 0.123 306.7) |
Copy-ready code
/* CSS */
color: #32044f;
background-color: #32044f;
/* Tailwind (arbitrary) */
class="text-[#32044f] bg-[#32044f]"
/* SCSS */
$brand: #32044f;
/* SwiftUI */
Color(red: 0.196, green: 0.016, blue: 0.310)
/* Android */
Color.parseColor("#32044f")Accessibility — WCAG contrast
Aa
#32044f on white: 16.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#32044f on black: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green1.6%
Blue31.0%
CMYK percentages
Cyan36.7%
Magenta94.9%
Yellow0.0%
Key (black)69.0%
Color previews
#32044f text on a black background
contrast 1.27:1
Card sample
#32044f text on a white background
contrast 16.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #32044f;
Background color
Panel with #32044f background
background-color: #32044f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #32044f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 4, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 4, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #32044f; background: linear-gradient(135deg, #32044f, #4F043A);