#564458
a dark, muted magenta / pink · warm · closest name: darkslategray
RGB
86, 68, 88
HSL
294°, 13%, 31%
CMYK
2, 23, 0, 66
Luminance
0.0682
Every format
| HEX | #564458 |
| RGB | rgb(86, 68, 88) |
| HSL | hsl(294, 13%, 31%) |
| CMYK | cmyk(2%, 23%, 0%, 66%) |
| LAB | lab(31.4 11.8 -9.0) |
| LCH | lch(31.4 14.8 322.7) |
| OKLCH | oklch(0.413 0.040 323.0) |
Copy-ready code
/* CSS */
color: #564458;
background-color: #564458;
/* Tailwind (arbitrary) */
class="text-[#564458] bg-[#564458]"
/* SCSS */
$brand: #564458;
/* SwiftUI */
Color(red: 0.337, green: 0.267, blue: 0.345)
/* Android */
Color.parseColor("#564458")Accessibility — WCAG contrast
Aa
#564458 on white: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#564458 on black: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green26.7%
Blue34.5%
CMYK percentages
Cyan2.3%
Magenta22.7%
Yellow0.0%
Key (black)65.5%
Color previews
#564458 text on a black background
contrast 2.36:1
Card sample
#564458 text on a white background
contrast 8.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #564458;
Background color
Panel with #564458 background
background-color: #564458;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #564458;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 68, 88, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 68, 88, 0.45);
Border & gradient
Gradient panel
border: 3px solid #564458; background: linear-gradient(135deg, #564458, #58444D);