#59233f
a deep, soft magenta / pink · warm · closest name: black
RGB
89, 35, 63
HSL
329°, 44%, 24%
CMYK
0, 61, 29, 65
Luminance
0.0368
Every format
| HEX | #59233f |
| RGB | rgb(89, 35, 63) |
| HSL | hsl(329, 44%, 24%) |
| CMYK | cmyk(0%, 61%, 29%, 65%) |
| LAB | lab(22.6 28.4 -5.6) |
| LCH | lch(22.6 28.9 348.8) |
| OKLCH | oklch(0.344 0.087 350.3) |
Copy-ready code
/* CSS */
color: #59233f;
background-color: #59233f;
/* Tailwind (arbitrary) */
class="text-[#59233f] bg-[#59233f]"
/* SCSS */
$brand: #59233f;
/* SwiftUI */
Color(red: 0.349, green: 0.137, blue: 0.247)
/* Android */
Color.parseColor("#59233f")Accessibility — WCAG contrast
Aa
#59233f on white: 12.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#59233f on black: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green13.7%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta60.7%
Yellow29.2%
Key (black)65.1%
Color previews
#59233f text on a black background
contrast 1.74:1
Card sample
#59233f text on a white background
contrast 12.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #59233f;
Background color
Panel with #59233f background
background-color: #59233f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #59233f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 35, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 35, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #59233f; background: linear-gradient(135deg, #59233f, #592B23);