#531830
a deep, vivid magenta / pink · warm · closest name: black
RGB
83, 24, 48
HSL
336°, 55%, 21%
CMYK
0, 71, 42, 68
Luminance
0.0271
Every format
| HEX | #531830 |
| RGB | rgb(83, 24, 48) |
| HSL | hsl(336, 55%, 21%) |
| CMYK | cmyk(0%, 71%, 42%, 68%) |
| LAB | lab(18.8 29.8 -0.9) |
| LCH | lch(18.8 29.8 358.2) |
| OKLCH | oklch(0.312 0.091 358.7) |
Copy-ready code
/* CSS */
color: #531830;
background-color: #531830;
/* Tailwind (arbitrary) */
class="text-[#531830] bg-[#531830]"
/* SCSS */
$brand: #531830;
/* SwiftUI */
Color(red: 0.325, green: 0.094, blue: 0.188)
/* Android */
Color.parseColor("#531830")Accessibility — WCAG contrast
Aa
#531830 on white: 13.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#531830 on black: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green9.4%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta71.1%
Yellow42.2%
Key (black)67.5%
Color previews
#531830 text on a black background
contrast 1.54:1
Card sample
#531830 text on a white background
contrast 13.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #531830;
Background color
Panel with #531830 background
background-color: #531830;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #531830;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 24, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 24, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #531830; background: linear-gradient(135deg, #531830, #532718);