#5b2baf
a dark, vivid violet · warm · closest name: indigo
RGB
91, 43, 175
HSL
262°, 61%, 43%
CMYK
48, 75, 0, 31
Luminance
0.0705
Every format
| HEX | #5b2baf |
| RGB | rgb(91, 43, 175) |
| HSL | hsl(262, 61%, 43%) |
| CMYK | cmyk(48%, 75%, 0%, 31%) |
| LAB | lab(31.9 50.5 -62.1) |
| LCH | lch(31.9 80.0 309.1) |
| OKLCH | oklch(0.436 0.194 293.2) |
Copy-ready code
/* CSS */
color: #5b2baf;
background-color: #5b2baf;
/* Tailwind (arbitrary) */
class="text-[#5b2baf] bg-[#5b2baf]"
/* SCSS */
$brand: #5b2baf;
/* SwiftUI */
Color(red: 0.357, green: 0.169, blue: 0.686)
/* Android */
Color.parseColor("#5b2baf")Accessibility — WCAG contrast
Aa
#5b2baf on white: 8.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5b2baf on black: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green16.9%
Blue68.6%
CMYK percentages
Cyan48.0%
Magenta75.4%
Yellow0.0%
Key (black)31.4%
Color previews
#5b2baf text on a black background
contrast 2.41:1
Card sample
#5b2baf text on a white background
contrast 8.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5b2baf;
Background color
Panel with #5b2baf background
background-color: #5b2baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5b2baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 43, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 43, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5b2baf; background: linear-gradient(135deg, #5b2baf, #AF2BAB);