#583258
a dark, soft magenta / pink · warm · closest name: midnightblue
RGB
88, 50, 88
HSL
300°, 28%, 27%
CMYK
0, 43, 0, 66
Luminance
0.0506
Every format
| HEX | #583258 |
| RGB | rgb(88, 50, 88) |
| HSL | hsl(300, 28%, 27%) |
| CMYK | cmyk(0%, 43%, 0%, 66%) |
| LAB | lab(26.9 23.9 -15.8) |
| LCH | lch(26.9 28.6 326.6) |
| OKLCH | oklch(0.380 0.079 327.0) |
Copy-ready code
/* CSS */
color: #583258;
background-color: #583258;
/* Tailwind (arbitrary) */
class="text-[#583258] bg-[#583258]"
/* SCSS */
$brand: #583258;
/* SwiftUI */
Color(red: 0.345, green: 0.196, blue: 0.345)
/* Android */
Color.parseColor("#583258")Accessibility — WCAG contrast
Aa
#583258 on white: 10.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#583258 on black: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green19.6%
Blue34.5%
CMYK percentages
Cyan0.0%
Magenta43.2%
Yellow0.0%
Key (black)65.5%
Color previews
#583258 text on a black background
contrast 2.01:1
Card sample
#583258 text on a white background
contrast 10.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #583258;
Background color
Panel with #583258 background
background-color: #583258;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #583258;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 50, 88, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 50, 88, 0.45);
Border & gradient
Gradient panel
border: 3px solid #583258; background: linear-gradient(135deg, #583258, #58323F);