#523751
a dark, soft magenta / pink · warm · closest name: darkslategray
RGB
82, 55, 81
HSL
302°, 20%, 27%
CMYK
0, 33, 1, 68
Luminance
0.0512
Every format
| HEX | #523751 |
| RGB | rgb(82, 55, 81) |
| HSL | hsl(302, 20%, 27%) |
| CMYK | cmyk(0%, 33%, 1%, 68%) |
| LAB | lab(27.1 17.0 -11.0) |
| LCH | lch(27.1 20.3 327.1) |
| OKLCH | oklch(0.378 0.056 327.9) |
Copy-ready code
/* CSS */
color: #523751;
background-color: #523751;
/* Tailwind (arbitrary) */
class="text-[#523751] bg-[#523751]"
/* SCSS */
$brand: #523751;
/* SwiftUI */
Color(red: 0.322, green: 0.216, blue: 0.318)
/* Android */
Color.parseColor("#523751")Accessibility — WCAG contrast
Aa
#523751 on white: 10.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#523751 on black: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green21.6%
Blue31.8%
CMYK percentages
Cyan0.0%
Magenta32.9%
Yellow1.2%
Key (black)67.8%
Color previews
#523751 text on a black background
contrast 2.02:1
Card sample
#523751 text on a white background
contrast 10.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #523751;
Background color
Panel with #523751 background
background-color: #523751;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #523751;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 55, 81, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 55, 81, 0.45);
Border & gradient
Gradient panel
border: 3px solid #523751; background: linear-gradient(135deg, #523751, #52373F);