#593366
a dark, soft violet · warm · closest name: midnightblue
RGB
89, 51, 102
HSL
285°, 33%, 30%
CMYK
13, 50, 0, 60
Luminance
0.0545
Every format
| HEX | #593366 |
| RGB | rgb(89, 51, 102) |
| HSL | hsl(285, 33%, 30%) |
| CMYK | cmyk(13%, 50%, 0%, 60%) |
| LAB | lab(28.0 26.8 -23.2) |
| LCH | lch(28.0 35.4 319.1) |
| OKLCH | oklch(0.390 0.094 317.0) |
Copy-ready code
/* CSS */
color: #593366;
background-color: #593366;
/* Tailwind (arbitrary) */
class="text-[#593366] bg-[#593366]"
/* SCSS */
$brand: #593366;
/* SwiftUI */
Color(red: 0.349, green: 0.200, blue: 0.400)
/* Android */
Color.parseColor("#593366")Accessibility — WCAG contrast
Aa
#593366 on white: 10.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#593366 on black: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green20.0%
Blue40.0%
CMYK percentages
Cyan12.7%
Magenta50.0%
Yellow0.0%
Key (black)60.0%
Color previews
#593366 text on a black background
contrast 2.09:1
Card sample
#593366 text on a white background
contrast 10.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #593366;
Background color
Panel with #593366 background
background-color: #593366;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #593366;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 51, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 51, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #593366; background: linear-gradient(135deg, #593366, #663351);