#593271
a dark, soft violet · warm · closest name: midnightblue
RGB
89, 50, 113
HSL
277°, 39%, 32%
CMYK
21, 56, 0, 56
Luminance
0.0560
Every format
| HEX | #593271 |
| RGB | rgb(89, 50, 113) |
| HSL | hsl(277, 39%, 32%) |
| CMYK | cmyk(21%, 56%, 0%, 56%) |
| LAB | lab(28.4 30.0 -29.6) |
| LCH | lch(28.4 42.2 315.4) |
| OKLCH | oklch(0.395 0.110 310.9) |
Copy-ready code
/* CSS */
color: #593271;
background-color: #593271;
/* Tailwind (arbitrary) */
class="text-[#593271] bg-[#593271]"
/* SCSS */
$brand: #593271;
/* SwiftUI */
Color(red: 0.349, green: 0.196, blue: 0.443)
/* Android */
Color.parseColor("#593271")Accessibility — WCAG contrast
Aa
#593271 on white: 9.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#593271 on black: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green19.6%
Blue44.3%
CMYK percentages
Cyan21.2%
Magenta55.8%
Yellow0.0%
Key (black)55.7%
Color previews
#593271 text on a black background
contrast 2.12:1
Card sample
#593271 text on a white background
contrast 9.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #593271;
Background color
Panel with #593271 background
background-color: #593271;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #593271;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 50, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 50, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #593271; background: linear-gradient(135deg, #593271, #71325F);