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