#562f4f
a dark, soft magenta / pink · warm · closest name: darkslategray
RGB
86, 47, 79
HSL
311°, 29%, 26%
CMYK
0, 45, 8, 66
Luminance
0.0458
Every format
| HEX | #562f4f |
| RGB | rgb(86, 47, 79) |
| HSL | hsl(311, 29%, 26%) |
| CMYK | cmyk(0%, 45%, 8%, 66%) |
| LAB | lab(25.5 23.1 -12.1) |
| LCH | lch(25.5 26.1 332.5) |
| OKLCH | oklch(0.367 0.074 333.9) |
Copy-ready code
/* CSS */
color: #562f4f;
background-color: #562f4f;
/* Tailwind (arbitrary) */
class="text-[#562f4f] bg-[#562f4f]"
/* SCSS */
$brand: #562f4f;
/* SwiftUI */
Color(red: 0.337, green: 0.184, blue: 0.310)
/* Android */
Color.parseColor("#562f4f")Accessibility — WCAG contrast
Aa
#562f4f on white: 10.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#562f4f on black: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green18.4%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta45.3%
Yellow8.1%
Key (black)66.3%
Color previews
#562f4f text on a black background
contrast 1.92:1
Card sample
#562f4f text on a white background
contrast 10.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #562f4f;
Background color
Panel with #562f4f background
background-color: #562f4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #562f4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 47, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 47, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #562f4f; background: linear-gradient(135deg, #562f4f, #562F35);