#5f2abd
a balanced, vivid violet · warm · closest name: indigo
RGB
95, 42, 189
HSL
262°, 64%, 45%
CMYK
50, 78, 0, 26
Luminance
0.0776
Every format
| HEX | #5f2abd |
| RGB | rgb(95, 42, 189) |
| HSL | hsl(262, 64%, 45%) |
| CMYK | cmyk(50%, 78%, 0%, 26%) |
| LAB | lab(33.5 55.3 -67.8) |
| LCH | lch(33.5 87.5 309.2) |
| OKLCH | oklch(0.452 0.210 292.1) |
Copy-ready code
/* CSS */
color: #5f2abd;
background-color: #5f2abd;
/* Tailwind (arbitrary) */
class="text-[#5f2abd] bg-[#5f2abd]"
/* SCSS */
$brand: #5f2abd;
/* SwiftUI */
Color(red: 0.373, green: 0.165, blue: 0.741)
/* Android */
Color.parseColor("#5f2abd")Accessibility — WCAG contrast
Aa
#5f2abd on white: 8.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5f2abd on black: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green16.5%
Blue74.1%
CMYK percentages
Cyan49.7%
Magenta77.8%
Yellow0.0%
Key (black)25.9%
Color previews
#5f2abd text on a black background
contrast 2.55:1
Card sample
#5f2abd text on a white background
contrast 8.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f2abd;
Background color
Panel with #5f2abd background
background-color: #5f2abd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f2abd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 42, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 42, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f2abd; background: linear-gradient(135deg, #5f2abd, #BD2AB9);