#5b0da9
a dark, electric violet · warm · closest name: indigo
RGB
91, 13, 169
HSL
270°, 86%, 36%
CMYK
46, 92, 0, 34
Luminance
0.0538
Every format
| HEX | #5b0da9 |
| RGB | rgb(91, 13, 169) |
| HSL | hsl(270, 86%, 36%) |
| CMYK | cmyk(46%, 92%, 0%, 34%) |
| LAB | lab(27.8 59.4 -65.3) |
| LCH | lch(27.8 88.3 312.3) |
| OKLCH | oklch(0.406 0.211 297.4) |
Copy-ready code
/* CSS */
color: #5b0da9;
background-color: #5b0da9;
/* Tailwind (arbitrary) */
class="text-[#5b0da9] bg-[#5b0da9]"
/* SCSS */
$brand: #5b0da9;
/* SwiftUI */
Color(red: 0.357, green: 0.051, blue: 0.663)
/* Android */
Color.parseColor("#5b0da9")Accessibility — WCAG contrast
Aa
#5b0da9 on white: 10.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5b0da9 on black: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green5.1%
Blue66.3%
CMYK percentages
Cyan46.2%
Magenta92.3%
Yellow0.0%
Key (black)33.7%
Color previews
#5b0da9 text on a black background
contrast 2.08:1
Card sample
#5b0da9 text on a white background
contrast 10.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5b0da9;
Background color
Panel with #5b0da9 background
background-color: #5b0da9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5b0da9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 13, 169, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 13, 169, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5b0da9; background: linear-gradient(135deg, #5b0da9, #A90D8F);