#5a445f
a dark, soft violet · warm · closest name: darkslategray
RGB
90, 68, 95
HSL
289°, 17%, 32%
CMYK
5, 28, 0, 63
Luminance
0.0713
Every format
| HEX | #5a445f |
| RGB | rgb(90, 68, 95) |
| HSL | hsl(289, 17%, 32%) |
| CMYK | cmyk(5%, 28%, 0%, 63%) |
| LAB | lab(32.1 14.9 -12.3) |
| LCH | lch(32.1 19.3 320.4) |
| OKLCH | oklch(0.421 0.052 320.0) |
Copy-ready code
/* CSS */
color: #5a445f;
background-color: #5a445f;
/* Tailwind (arbitrary) */
class="text-[#5a445f] bg-[#5a445f]"
/* SCSS */
$brand: #5a445f;
/* SwiftUI */
Color(red: 0.353, green: 0.267, blue: 0.373)
/* Android */
Color.parseColor("#5a445f")Accessibility — WCAG contrast
Aa
#5a445f on white: 8.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5a445f on black: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green26.7%
Blue37.3%
CMYK percentages
Cyan5.3%
Magenta28.4%
Yellow0.0%
Key (black)62.7%
Color previews
#5a445f text on a black background
contrast 2.43:1
Card sample
#5a445f text on a white background
contrast 8.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5a445f;
Background color
Panel with #5a445f background
background-color: #5a445f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5a445f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 68, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 68, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5a445f; background: linear-gradient(135deg, #5a445f, #5F4452);