#583f64
a dark, soft violet · warm · closest name: darkslategray
RGB
88, 63, 100
HSL
281°, 23%, 32%
CMYK
12, 37, 0, 61
Luminance
0.0655
Every format
| HEX | #583f64 |
| RGB | rgb(88, 63, 100) |
| HSL | hsl(281, 23%, 32%) |
| CMYK | cmyk(12%, 37%, 0%, 61%) |
| LAB | lab(30.8 18.5 -17.6) |
| LCH | lch(30.8 25.5 316.4) |
| OKLCH | oklch(0.410 0.068 314.4) |
Copy-ready code
/* CSS */
color: #583f64;
background-color: #583f64;
/* Tailwind (arbitrary) */
class="text-[#583f64] bg-[#583f64]"
/* SCSS */
$brand: #583f64;
/* SwiftUI */
Color(red: 0.345, green: 0.247, blue: 0.392)
/* Android */
Color.parseColor("#583f64")Accessibility — WCAG contrast
Aa
#583f64 on white: 9.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#583f64 on black: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green24.7%
Blue39.2%
CMYK percentages
Cyan12.0%
Magenta37.0%
Yellow0.0%
Key (black)60.8%
Color previews
#583f64 text on a black background
contrast 2.31:1
Card sample
#583f64 text on a white background
contrast 9.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #583f64;
Background color
Panel with #583f64 background
background-color: #583f64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #583f64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 63, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 63, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #583f64; background: linear-gradient(135deg, #583f64, #643F57);