#5d2eb8
a balanced, vivid violet · warm · closest name: indigo
RGB
93, 46, 184
HSL
260°, 60%, 45%
CMYK
50, 75, 0, 28
Luminance
0.0774
Every format
| HEX | #5d2eb8 |
| RGB | rgb(93, 46, 184) |
| HSL | hsl(260, 60%, 45%) |
| CMYK | cmyk(50%, 75%, 0%, 28%) |
| LAB | lab(33.4 51.8 -64.9) |
| LCH | lch(33.4 83.1 308.6) |
| OKLCH | oklch(0.450 0.201 291.8) |
Copy-ready code
/* CSS */
color: #5d2eb8;
background-color: #5d2eb8;
/* Tailwind (arbitrary) */
class="text-[#5d2eb8] bg-[#5d2eb8]"
/* SCSS */
$brand: #5d2eb8;
/* SwiftUI */
Color(red: 0.365, green: 0.180, blue: 0.722)
/* Android */
Color.parseColor("#5d2eb8")Accessibility — WCAG contrast
Aa
#5d2eb8 on white: 8.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5d2eb8 on black: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green18.0%
Blue72.2%
CMYK percentages
Cyan49.5%
Magenta75.0%
Yellow0.0%
Key (black)27.8%
Color previews
#5d2eb8 text on a black background
contrast 2.55:1
Card sample
#5d2eb8 text on a white background
contrast 8.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5d2eb8;
Background color
Panel with #5d2eb8 background
background-color: #5d2eb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5d2eb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 46, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 46, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5d2eb8; background: linear-gradient(135deg, #5d2eb8, #B82EB7);