#5f2dce
a balanced, vivid violet · warm · closest name: indigo
RGB
95, 45, 206
HSL
259°, 64%, 49%
CMYK
54, 78, 0, 19
Luminance
0.0877
Every format
| HEX | #5f2dce |
| RGB | rgb(95, 45, 206) |
| HSL | hsl(259, 64%, 49%) |
| CMYK | cmyk(54%, 78%, 0%, 19%) |
| LAB | lab(35.5 58.5 -74.4) |
| LCH | lch(35.5 94.6 308.2) |
| OKLCH | oklch(0.471 0.226 288.6) |
Copy-ready code
/* CSS */
color: #5f2dce;
background-color: #5f2dce;
/* Tailwind (arbitrary) */
class="text-[#5f2dce] bg-[#5f2dce]"
/* SCSS */
$brand: #5f2dce;
/* SwiftUI */
Color(red: 0.373, green: 0.176, blue: 0.808)
/* Android */
Color.parseColor("#5f2dce")Accessibility — WCAG contrast
Aa
#5f2dce on white: 7.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5f2dce on black: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green17.6%
Blue80.8%
CMYK percentages
Cyan53.9%
Magenta78.2%
Yellow0.0%
Key (black)19.2%
Color previews
#5f2dce text on a black background
contrast 2.75:1
Card sample
#5f2dce text on a white background
contrast 7.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f2dce;
Background color
Panel with #5f2dce background
background-color: #5f2dce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f2dce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 45, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 45, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f2dce; background: linear-gradient(135deg, #5f2dce, #CA2DCE);