#532437
a deep, soft magenta / pink · warm · closest name: black
RGB
83, 36, 55
HSL
336°, 40%, 23%
CMYK
0, 57, 34, 68
Luminance
0.0338
Every format
| HEX | #532437 |
| RGB | rgb(83, 36, 55) |
| HSL | hsl(336, 40%, 23%) |
| CMYK | cmyk(0%, 57%, 34%, 68%) |
| LAB | lab(21.5 24.3 -1.9) |
| LCH | lch(21.5 24.4 355.6) |
| OKLCH | oklch(0.333 0.074 356.4) |
Copy-ready code
/* CSS */
color: #532437;
background-color: #532437;
/* Tailwind (arbitrary) */
class="text-[#532437] bg-[#532437]"
/* SCSS */
$brand: #532437;
/* SwiftUI */
Color(red: 0.325, green: 0.141, blue: 0.216)
/* Android */
Color.parseColor("#532437")Accessibility — WCAG contrast
Aa
#532437 on white: 12.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#532437 on black: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green14.1%
Blue21.6%
CMYK percentages
Cyan0.0%
Magenta56.6%
Yellow33.7%
Key (black)67.5%
Color previews
#532437 text on a black background
contrast 1.68:1
Card sample
#532437 text on a white background
contrast 12.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #532437;
Background color
Panel with #532437 background
background-color: #532437;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #532437;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 36, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 36, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #532437; background: linear-gradient(135deg, #532437, #533024);