#513346
a dark, soft magenta / pink · warm · closest name: darkslategray
RGB
81, 51, 70
HSL
322°, 23%, 26%
CMYK
0, 37, 14, 68
Luminance
0.0456
Every format
| HEX | #513346 |
| RGB | rgb(81, 51, 70) |
| HSL | hsl(322, 23%, 26%) |
| CMYK | cmyk(0%, 37%, 14%, 68%) |
| LAB | lab(25.4 16.9 -6.2) |
| LCH | lch(25.4 18.0 339.8) |
| OKLCH | oklch(0.364 0.052 341.6) |
Copy-ready code
/* CSS */
color: #513346;
background-color: #513346;
/* Tailwind (arbitrary) */
class="text-[#513346] bg-[#513346]"
/* SCSS */
$brand: #513346;
/* SwiftUI */
Color(red: 0.318, green: 0.200, blue: 0.275)
/* Android */
Color.parseColor("#513346")Accessibility — WCAG contrast
Aa
#513346 on white: 10.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#513346 on black: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.8%
Green20.0%
Blue27.5%
CMYK percentages
Cyan0.0%
Magenta37.0%
Yellow13.6%
Key (black)68.2%
Color previews
#513346 text on a black background
contrast 1.91:1
Card sample
#513346 text on a white background
contrast 10.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #513346;
Background color
Panel with #513346 background
background-color: #513346;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #513346;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(81, 51, 70, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(81, 51, 70, 0.45);
Border & gradient
Gradient panel
border: 3px solid #513346; background: linear-gradient(135deg, #513346, #513433);