#5c4792
a dark, soft violet · warm · closest name: midnightblue
RGB
92, 71, 146
HSL
257°, 35%, 43%
CMYK
37, 51, 0, 43
Luminance
0.0886
Every format
| HEX | #5c4792 |
| RGB | rgb(92, 71, 146) |
| HSL | hsl(257, 35%, 43%) |
| CMYK | cmyk(37%, 51%, 0%, 43%) |
| LAB | lab(35.7 26.9 -38.5) |
| LCH | lch(35.7 46.9 305.0) |
| OKLCH | oklch(0.457 0.119 294.1) |
Copy-ready code
/* CSS */
color: #5c4792;
background-color: #5c4792;
/* Tailwind (arbitrary) */
class="text-[#5c4792] bg-[#5c4792]"
/* SCSS */
$brand: #5c4792;
/* SwiftUI */
Color(red: 0.361, green: 0.278, blue: 0.573)
/* Android */
Color.parseColor("#5c4792")Accessibility — WCAG contrast
Aa
#5c4792 on white: 7.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5c4792 on black: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green27.8%
Blue57.3%
CMYK percentages
Cyan37.0%
Magenta51.4%
Yellow0.0%
Key (black)42.7%
Color previews
#5c4792 text on a black background
contrast 2.77:1
Card sample
#5c4792 text on a white background
contrast 7.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5c4792;
Background color
Panel with #5c4792 background
background-color: #5c4792;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5c4792;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 71, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 71, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5c4792; background: linear-gradient(135deg, #5c4792, #8E4792);