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