#5b0076
a deep, electric violet · warm · closest name: indigo
RGB
91, 0, 118
HSL
286°, 100%, 23%
CMYK
23, 100, 0, 54
Luminance
0.0353
Every format
| HEX | #5b0076 |
| RGB | rgb(91, 0, 118) |
| HSL | hsl(286, 100%, 23%) |
| CMYK | cmyk(23%, 100%, 0%, 54%) |
| LAB | lab(22.1 51.2 -43.0) |
| LCH | lch(22.1 66.8 320.0) |
| OKLCH | oklch(0.352 0.173 315.3) |
Copy-ready code
/* CSS */
color: #5b0076;
background-color: #5b0076;
/* Tailwind (arbitrary) */
class="text-[#5b0076] bg-[#5b0076]"
/* SCSS */
$brand: #5b0076;
/* SwiftUI */
Color(red: 0.357, green: 0.000, blue: 0.463)
/* Android */
Color.parseColor("#5b0076")Accessibility — WCAG contrast
Aa
#5b0076 on white: 12.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5b0076 on black: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green0.0%
Blue46.3%
CMYK percentages
Cyan22.9%
Magenta100.0%
Yellow0.0%
Key (black)53.7%
Color previews
#5b0076 text on a black background
contrast 1.71:1
Card sample
#5b0076 text on a white background
contrast 12.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5b0076;
Background color
Panel with #5b0076 background
background-color: #5b0076;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5b0076;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 0, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 0, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5b0076; background: linear-gradient(135deg, #5b0076, #760042);