#5b2db0
a dark, vivid violet · warm · closest name: indigo
RGB
91, 45, 176
HSL
261°, 59%, 43%
CMYK
48, 74, 0, 31
Luminance
0.0724
Every format
| HEX | #5b2db0 |
| RGB | rgb(91, 45, 176) |
| HSL | hsl(261, 59%, 43%) |
| CMYK | cmyk(48%, 74%, 0%, 31%) |
| LAB | lab(32.3 49.8 -62.0) |
| LCH | lch(32.3 79.5 308.8) |
| OKLCH | oklch(0.439 0.193 292.7) |
Copy-ready code
/* CSS */
color: #5b2db0;
background-color: #5b2db0;
/* Tailwind (arbitrary) */
class="text-[#5b2db0] bg-[#5b2db0]"
/* SCSS */
$brand: #5b2db0;
/* SwiftUI */
Color(red: 0.357, green: 0.176, blue: 0.690)
/* Android */
Color.parseColor("#5b2db0")Accessibility — WCAG contrast
Aa
#5b2db0 on white: 8.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5b2db0 on black: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green17.6%
Blue69.0%
CMYK percentages
Cyan48.3%
Magenta74.4%
Yellow0.0%
Key (black)31.0%
Color previews
#5b2db0 text on a black background
contrast 2.45:1
Card sample
#5b2db0 text on a white background
contrast 8.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5b2db0;
Background color
Panel with #5b2db0 background
background-color: #5b2db0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5b2db0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 45, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 45, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5b2db0; background: linear-gradient(135deg, #5b2db0, #B02DAD);