#5b0fbd
a dark, electric violet · warm · closest name: navy
RGB
91, 15, 189
HSL
266°, 85%, 40%
CMYK
52, 92, 0, 26
Luminance
0.0624
Every format
| HEX | #5b0fbd |
| RGB | rgb(91, 15, 189) |
| HSL | hsl(266, 85%, 40%) |
| CMYK | cmyk(52%, 92%, 0%, 26%) |
| LAB | lab(30.0 63.6 -73.5) |
| LCH | lch(30.0 97.3 310.9) |
| OKLCH | oklch(0.427 0.229 292.5) |
Copy-ready code
/* CSS */
color: #5b0fbd;
background-color: #5b0fbd;
/* Tailwind (arbitrary) */
class="text-[#5b0fbd] bg-[#5b0fbd]"
/* SCSS */
$brand: #5b0fbd;
/* SwiftUI */
Color(red: 0.357, green: 0.059, blue: 0.741)
/* Android */
Color.parseColor("#5b0fbd")Accessibility — WCAG contrast
Aa
#5b0fbd on white: 9.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5b0fbd on black: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green5.9%
Blue74.1%
CMYK percentages
Cyan51.9%
Magenta92.1%
Yellow0.0%
Key (black)25.9%
Color previews
#5b0fbd text on a black background
contrast 2.25:1
Card sample
#5b0fbd text on a white background
contrast 9.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5b0fbd;
Background color
Panel with #5b0fbd background
background-color: #5b0fbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5b0fbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 15, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 15, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5b0fbd; background: linear-gradient(135deg, #5b0fbd, #BD0FAB);