#58233f
a deep, soft magenta / pink · warm · closest name: black
RGB
88, 35, 63
HSL
328°, 43%, 24%
CMYK
0, 60, 28, 66
Luminance
0.0364
Every format
| HEX | #58233f |
| RGB | rgb(88, 35, 63) |
| HSL | hsl(328, 43%, 24%) |
| CMYK | cmyk(0%, 60%, 28%, 66%) |
| LAB | lab(22.4 28.0 -5.9) |
| LCH | lch(22.4 28.6 348.1) |
| OKLCH | oklch(0.343 0.086 349.7) |
Copy-ready code
/* CSS */
color: #58233f;
background-color: #58233f;
/* Tailwind (arbitrary) */
class="text-[#58233f] bg-[#58233f]"
/* SCSS */
$brand: #58233f;
/* SwiftUI */
Color(red: 0.345, green: 0.137, blue: 0.247)
/* Android */
Color.parseColor("#58233f")Accessibility — WCAG contrast
Aa
#58233f on white: 12.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#58233f on black: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green13.7%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta60.2%
Yellow28.4%
Key (black)65.5%
Color previews
#58233f text on a black background
contrast 1.73:1
Card sample
#58233f text on a white background
contrast 12.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58233f;
Background color
Panel with #58233f background
background-color: #58233f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58233f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 35, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 35, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58233f; background: linear-gradient(135deg, #58233f, #582A23);