#5d1fd9
a balanced, electric violet · warm · closest name: blue
RGB
93, 31, 217
HSL
260°, 75%, 49%
CMYK
57, 86, 0, 15
Luminance
0.0832
Every format
| HEX | #5d1fd9 |
| RGB | rgb(93, 31, 217) |
| HSL | hsl(260, 75%, 49%) |
| CMYK | cmyk(57%, 86%, 0%, 15%) |
| LAB | lab(34.6 66.3 -82.2) |
| LCH | lch(34.6 105.7 308.9) |
| OKLCH | oklch(0.467 0.248 287.1) |
Copy-ready code
/* CSS */
color: #5d1fd9;
background-color: #5d1fd9;
/* Tailwind (arbitrary) */
class="text-[#5d1fd9] bg-[#5d1fd9]"
/* SCSS */
$brand: #5d1fd9;
/* SwiftUI */
Color(red: 0.365, green: 0.122, blue: 0.851)
/* Android */
Color.parseColor("#5d1fd9")Accessibility — WCAG contrast
Aa
#5d1fd9 on white: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5d1fd9 on black: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green12.2%
Blue85.1%
CMYK percentages
Cyan57.1%
Magenta85.7%
Yellow0.0%
Key (black)14.9%
Color previews
#5d1fd9 text on a black background
contrast 2.66:1
Card sample
#5d1fd9 text on a white background
contrast 7.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5d1fd9;
Background color
Panel with #5d1fd9 background
background-color: #5d1fd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5d1fd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 31, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 31, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5d1fd9; background: linear-gradient(135deg, #5d1fd9, #D91FD9);