#5d536f
a dark, muted violet · warm · closest name: gray
RGB
93, 83, 111
HSL
261°, 14%, 38%
CMYK
16, 25, 0, 57
Luminance
0.0966
Every format
| HEX | #5d536f |
| RGB | rgb(93, 83, 111) |
| HSL | hsl(261, 14%, 38%) |
| CMYK | cmyk(16%, 25%, 0%, 57%) |
| LAB | lab(37.2 10.3 -14.5) |
| LCH | lch(37.2 17.8 305.3) |
| OKLCH | oklch(0.463 0.046 301.0) |
Copy-ready code
/* CSS */
color: #5d536f;
background-color: #5d536f;
/* Tailwind (arbitrary) */
class="text-[#5d536f] bg-[#5d536f]"
/* SCSS */
$brand: #5d536f;
/* SwiftUI */
Color(red: 0.365, green: 0.325, blue: 0.435)
/* Android */
Color.parseColor("#5d536f")Accessibility — WCAG contrast
Aa
#5d536f on white: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5d536f on black: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green32.5%
Blue43.5%
CMYK percentages
Cyan16.2%
Magenta25.2%
Yellow0.0%
Key (black)56.5%
Color previews
#5d536f text on a black background
contrast 2.93:1
Card sample
#5d536f text on a white background
contrast 7.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5d536f;
Background color
Panel with #5d536f background
background-color: #5d536f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5d536f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 83, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 83, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5d536f; background: linear-gradient(135deg, #5d536f, #6F536E);