#5b0dfd
a balanced, electric violet · warm · closest name: blue
RGB
91, 13, 253
HSL
260°, 98%, 52%
CMYK
64, 95, 0, 1
Luminance
0.0960
Every format
| HEX | #5b0dfd |
| RGB | rgb(91, 13, 253) |
| HSL | hsl(260, 98%, 52%) |
| CMYK | cmyk(64%, 95%, 0%, 1%) |
| LAB | lab(37.1 78.9 -98.6) |
| LCH | lch(37.1 126.3 308.7) |
| OKLCH | oklch(0.495 0.290 281.9) |
Copy-ready code
/* CSS */
color: #5b0dfd;
background-color: #5b0dfd;
/* Tailwind (arbitrary) */
class="text-[#5b0dfd] bg-[#5b0dfd]"
/* SCSS */
$brand: #5b0dfd;
/* SwiftUI */
Color(red: 0.357, green: 0.051, blue: 0.992)
/* Android */
Color.parseColor("#5b0dfd")Accessibility — WCAG contrast
Aa
#5b0dfd on white: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5b0dfd on black: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green5.1%
Blue99.2%
CMYK percentages
Cyan64.0%
Magenta94.9%
Yellow0.0%
Key (black)0.8%
Color previews
#5b0dfd text on a black background
contrast 2.92:1
Card sample
#5b0dfd text on a white background
contrast 7.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5b0dfd;
Background color
Panel with #5b0dfd background
background-color: #5b0dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5b0dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 13, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 13, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5b0dfd; background: linear-gradient(135deg, #5b0dfd, #FB0DFD);