#320554
a deep, electric violet · warm · closest name: midnightblue
RGB
50, 5, 84
HSL
274°, 89%, 18%
CMYK
41, 94, 0, 67
Luminance
0.0143
Every format
| HEX | #320554 |
| RGB | rgb(50, 5, 84) |
| HSL | hsl(274, 89%, 18%) |
| CMYK | cmyk(41%, 94%, 0%, 67%) |
| LAB | lab(12.1 36.2 -37.0) |
| LCH | lch(12.1 51.8 314.4) |
| OKLCH | oklch(0.259 0.127 303.8) |
Copy-ready code
/* CSS */
color: #320554;
background-color: #320554;
/* Tailwind (arbitrary) */
class="text-[#320554] bg-[#320554]"
/* SCSS */
$brand: #320554;
/* SwiftUI */
Color(red: 0.196, green: 0.020, blue: 0.329)
/* Android */
Color.parseColor("#320554")Accessibility — WCAG contrast
Aa
#320554 on white: 16.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#320554 on black: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green2.0%
Blue32.9%
CMYK percentages
Cyan40.5%
Magenta94.0%
Yellow0.0%
Key (black)67.1%
Color previews
#320554 text on a black background
contrast 1.29:1
Card sample
#320554 text on a white background
contrast 16.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #320554;
Background color
Panel with #320554 background
background-color: #320554;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #320554;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 5, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 5, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #320554; background: linear-gradient(135deg, #320554, #540541);