#5e2abf
a balanced, vivid violet · warm · closest name: indigo
RGB
94, 42, 191
HSL
261°, 64%, 46%
CMYK
51, 78, 0, 25
Luminance
0.0780
Every format
| HEX | #5e2abf |
| RGB | rgb(94, 42, 191) |
| HSL | hsl(261, 64%, 46%) |
| CMYK | cmyk(51%, 78%, 0%, 25%) |
| LAB | lab(33.6 55.7 -68.9) |
| LCH | lch(33.6 88.5 309.0) |
| OKLCH | oklch(0.453 0.212 291.3) |
Copy-ready code
/* CSS */
color: #5e2abf;
background-color: #5e2abf;
/* Tailwind (arbitrary) */
class="text-[#5e2abf] bg-[#5e2abf]"
/* SCSS */
$brand: #5e2abf;
/* SwiftUI */
Color(red: 0.369, green: 0.165, blue: 0.749)
/* Android */
Color.parseColor("#5e2abf")Accessibility — WCAG contrast
Aa
#5e2abf on white: 8.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5e2abf on black: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green16.5%
Blue74.9%
CMYK percentages
Cyan50.8%
Magenta78.0%
Yellow0.0%
Key (black)25.1%
Color previews
#5e2abf text on a black background
contrast 2.56:1
Card sample
#5e2abf text on a white background
contrast 8.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5e2abf;
Background color
Panel with #5e2abf background
background-color: #5e2abf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5e2abf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 42, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 42, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5e2abf; background: linear-gradient(135deg, #5e2abf, #BF2ABD);