#523644
a dark, soft magenta / pink · warm · closest name: darkslategray
RGB
82, 54, 68
HSL
330°, 21%, 27%
CMYK
0, 34, 17, 68
Luminance
0.0485
Every format
| HEX | #523644 |
| RGB | rgb(82, 54, 68) |
| HSL | hsl(330, 21%, 27%) |
| CMYK | cmyk(0%, 34%, 17%, 68%) |
| LAB | lab(26.3 15.0 -3.6) |
| LCH | lch(26.3 15.4 346.6) |
| OKLCH | oklch(0.370 0.045 348.1) |
Copy-ready code
/* CSS */
color: #523644;
background-color: #523644;
/* Tailwind (arbitrary) */
class="text-[#523644] bg-[#523644]"
/* SCSS */
$brand: #523644;
/* SwiftUI */
Color(red: 0.322, green: 0.212, blue: 0.267)
/* Android */
Color.parseColor("#523644")Accessibility — WCAG contrast
Aa
#523644 on white: 10.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#523644 on black: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green21.2%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta34.1%
Yellow17.1%
Key (black)67.8%
Color previews
#523644 text on a black background
contrast 1.97:1
Card sample
#523644 text on a white background
contrast 10.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #523644;
Background color
Panel with #523644 background
background-color: #523644;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #523644;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 54, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 54, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #523644; background: linear-gradient(135deg, #523644, #523B36);