#593b68
a dark, soft violet · warm · closest name: midnightblue
RGB
89, 59, 104
HSL
280°, 28%, 32%
CMYK
14, 43, 0, 59
Luminance
0.0625
Every format
| HEX | #593b68 |
| RGB | rgb(89, 59, 104) |
| HSL | hsl(280, 28%, 32%) |
| CMYK | cmyk(14%, 43%, 0%, 59%) |
| LAB | lab(30.0 22.3 -21.3) |
| LCH | lch(30.0 30.8 316.4) |
| OKLCH | oklch(0.406 0.081 313.8) |
Copy-ready code
/* CSS */
color: #593b68;
background-color: #593b68;
/* Tailwind (arbitrary) */
class="text-[#593b68] bg-[#593b68]"
/* SCSS */
$brand: #593b68;
/* SwiftUI */
Color(red: 0.349, green: 0.231, blue: 0.408)
/* Android */
Color.parseColor("#593b68")Accessibility — WCAG contrast
Aa
#593b68 on white: 9.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#593b68 on black: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green23.1%
Blue40.8%
CMYK percentages
Cyan14.4%
Magenta43.3%
Yellow0.0%
Key (black)59.2%
Color previews
#593b68 text on a black background
contrast 2.25:1
Card sample
#593b68 text on a white background
contrast 9.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #593b68;
Background color
Panel with #593b68 background
background-color: #593b68;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #593b68;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 59, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 59, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #593b68; background: linear-gradient(135deg, #593b68, #683B59);