#5c3d6b
a dark, soft violet · warm · closest name: midnightblue
RGB
92, 61, 107
HSL
280°, 27%, 33%
CMYK
14, 43, 0, 58
Luminance
0.0667
Every format
| HEX | #5c3d6b |
| RGB | rgb(92, 61, 107) |
| HSL | hsl(280, 27%, 33%) |
| CMYK | cmyk(14%, 43%, 0%, 58%) |
| LAB | lab(31.1 22.8 -21.6) |
| LCH | lch(31.1 31.4 316.6) |
| OKLCH | oklch(0.415 0.083 314.1) |
Copy-ready code
/* CSS */
color: #5c3d6b;
background-color: #5c3d6b;
/* Tailwind (arbitrary) */
class="text-[#5c3d6b] bg-[#5c3d6b]"
/* SCSS */
$brand: #5c3d6b;
/* SwiftUI */
Color(red: 0.361, green: 0.239, blue: 0.420)
/* Android */
Color.parseColor("#5c3d6b")Accessibility — WCAG contrast
Aa
#5c3d6b on white: 8.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5c3d6b on black: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green23.9%
Blue42.0%
CMYK percentages
Cyan14.0%
Magenta43.0%
Yellow0.0%
Key (black)58.0%
Color previews
#5c3d6b text on a black background
contrast 2.33:1
Card sample
#5c3d6b text on a white background
contrast 8.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5c3d6b;
Background color
Panel with #5c3d6b background
background-color: #5c3d6b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5c3d6b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 61, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 61, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5c3d6b; background: linear-gradient(135deg, #5c3d6b, #6B3D5B);