#533253
a dark, soft magenta / pink · warm · closest name: darkslategray
RGB
83, 50, 83
HSL
300°, 25%, 26%
CMYK
0, 40, 0, 68
Luminance
0.0474
Every format
| HEX | #533253 |
| RGB | rgb(83, 50, 83) |
| HSL | hsl(300, 25%, 26%) |
| CMYK | cmyk(0%, 40%, 0%, 68%) |
| LAB | lab(26.0 21.0 -14.0) |
| LCH | lch(26.0 25.2 326.4) |
| OKLCH | oklch(0.370 0.070 326.9) |
Copy-ready code
/* CSS */
color: #533253;
background-color: #533253;
/* Tailwind (arbitrary) */
class="text-[#533253] bg-[#533253]"
/* SCSS */
$brand: #533253;
/* SwiftUI */
Color(red: 0.325, green: 0.196, blue: 0.325)
/* Android */
Color.parseColor("#533253")Accessibility — WCAG contrast
Aa
#533253 on white: 10.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#533253 on black: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green19.6%
Blue32.5%
CMYK percentages
Cyan0.0%
Magenta39.8%
Yellow0.0%
Key (black)67.5%
Color previews
#533253 text on a black background
contrast 1.95:1
Card sample
#533253 text on a white background
contrast 10.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #533253;
Background color
Panel with #533253 background
background-color: #533253;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #533253;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 50, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 50, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #533253; background: linear-gradient(135deg, #533253, #53323D);