#5b2daf
a dark, vivid violet · warm · closest name: indigo
RGB
91, 45, 175
HSL
261°, 59%, 43%
CMYK
48, 74, 0, 31
Luminance
0.0720
Every format
| HEX | #5b2daf |
| RGB | rgb(91, 45, 175) |
| HSL | hsl(261, 59%, 43%) |
| CMYK | cmyk(48%, 74%, 0%, 31%) |
| LAB | lab(32.3 49.6 -61.5) |
| LCH | lch(32.3 79.0 308.9) |
| OKLCH | oklch(0.438 0.192 292.9) |
Copy-ready code
/* CSS */
color: #5b2daf;
background-color: #5b2daf;
/* Tailwind (arbitrary) */
class="text-[#5b2daf] bg-[#5b2daf]"
/* SCSS */
$brand: #5b2daf;
/* SwiftUI */
Color(red: 0.357, green: 0.176, blue: 0.686)
/* Android */
Color.parseColor("#5b2daf")Accessibility — WCAG contrast
Aa
#5b2daf on white: 8.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5b2daf on black: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green17.6%
Blue68.6%
CMYK percentages
Cyan48.0%
Magenta74.3%
Yellow0.0%
Key (black)31.4%
Color previews
#5b2daf text on a black background
contrast 2.44:1
Card sample
#5b2daf text on a white background
contrast 8.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5b2daf;
Background color
Panel with #5b2daf background
background-color: #5b2daf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5b2daf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 45, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 45, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5b2daf; background: linear-gradient(135deg, #5b2daf, #AF2DAC);