#5d2ecf
a balanced, vivid violet · warm · closest name: navy
RGB
93, 46, 207
HSL
258°, 64%, 50%
CMYK
55, 78, 0, 19
Luminance
0.0879
Every format
| HEX | #5d2ecf |
| RGB | rgb(93, 46, 207) |
| HSL | hsl(258, 64%, 50%) |
| CMYK | cmyk(55%, 78%, 0%, 19%) |
| LAB | lab(35.6 58.0 -74.9) |
| LCH | lch(35.6 94.8 307.8) |
| OKLCH | oklch(0.471 0.226 287.5) |
Copy-ready code
/* CSS */
color: #5d2ecf;
background-color: #5d2ecf;
/* Tailwind (arbitrary) */
class="text-[#5d2ecf] bg-[#5d2ecf]"
/* SCSS */
$brand: #5d2ecf;
/* SwiftUI */
Color(red: 0.365, green: 0.180, blue: 0.812)
/* Android */
Color.parseColor("#5d2ecf")Accessibility — WCAG contrast
Aa
#5d2ecf on white: 7.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5d2ecf on black: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green18.0%
Blue81.2%
CMYK percentages
Cyan55.1%
Magenta77.8%
Yellow0.0%
Key (black)18.8%
Color previews
#5d2ecf text on a black background
contrast 2.76:1
Card sample
#5d2ecf text on a white background
contrast 7.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5d2ecf;
Background color
Panel with #5d2ecf background
background-color: #5d2ecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5d2ecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 46, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 46, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5d2ecf; background: linear-gradient(135deg, #5d2ecf, #C82ECF);