#5b0f76
a dark, electric violet · warm · closest name: indigo
RGB
91, 15, 118
HSL
284°, 77%, 26%
CMYK
23, 87, 0, 54
Luminance
0.0387
Every format
| HEX | #5b0f76 |
| RGB | rgb(91, 15, 118) |
| HSL | hsl(284, 77%, 26%) |
| CMYK | cmyk(23%, 87%, 0%, 54%) |
| LAB | lab(23.3 47.7 -41.0) |
| LCH | lch(23.3 62.9 319.3) |
| OKLCH | oklch(0.360 0.163 314.6) |
Copy-ready code
/* CSS */
color: #5b0f76;
background-color: #5b0f76;
/* Tailwind (arbitrary) */
class="text-[#5b0f76] bg-[#5b0f76]"
/* SCSS */
$brand: #5b0f76;
/* SwiftUI */
Color(red: 0.357, green: 0.059, blue: 0.463)
/* Android */
Color.parseColor("#5b0f76")Accessibility — WCAG contrast
Aa
#5b0f76 on white: 11.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5b0f76 on black: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green5.9%
Blue46.3%
CMYK percentages
Cyan22.9%
Magenta87.3%
Yellow0.0%
Key (black)53.7%
Color previews
#5b0f76 text on a black background
contrast 1.77:1
Card sample
#5b0f76 text on a white background
contrast 11.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5b0f76;
Background color
Panel with #5b0f76 background
background-color: #5b0f76;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5b0f76;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 15, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 15, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5b0f76; background: linear-gradient(135deg, #5b0f76, #760F4C);