#53233f
a deep, soft magenta / pink · warm · closest name: black
RGB
83, 35, 63
HSL
325°, 41%, 23%
CMYK
0, 58, 24, 68
Luminance
0.0340
Every format
| HEX | #53233f |
| RGB | rgb(83, 35, 63) |
| HSL | hsl(325, 41%, 23%) |
| CMYK | cmyk(0%, 58%, 24%, 68%) |
| LAB | lab(21.6 26.2 -7.3) |
| LCH | lch(21.6 27.2 344.5) |
| OKLCH | oklch(0.335 0.081 346.3) |
Copy-ready code
/* CSS */
color: #53233f;
background-color: #53233f;
/* Tailwind (arbitrary) */
class="text-[#53233f] bg-[#53233f]"
/* SCSS */
$brand: #53233f;
/* SwiftUI */
Color(red: 0.325, green: 0.137, blue: 0.247)
/* Android */
Color.parseColor("#53233f")Accessibility — WCAG contrast
Aa
#53233f on white: 12.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#53233f on black: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green13.7%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta57.8%
Yellow24.1%
Key (black)67.5%
Color previews
#53233f text on a black background
contrast 1.68:1
Card sample
#53233f text on a white background
contrast 12.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53233f;
Background color
Panel with #53233f background
background-color: #53233f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53233f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 35, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 35, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53233f; background: linear-gradient(135deg, #53233f, #532723);