#5f1fad
a dark, vivid violet · warm · closest name: indigo
RGB
95, 31, 173
HSL
267°, 70%, 40%
CMYK
45, 82, 0, 32
Luminance
0.0643
Every format
| HEX | #5f1fad |
| RGB | rgb(95, 31, 173) |
| HSL | hsl(267, 70%, 40%) |
| CMYK | cmyk(45%, 82%, 0%, 32%) |
| LAB | lab(30.5 55.6 -63.2) |
| LCH | lch(30.5 84.2 311.3) |
| OKLCH | oklch(0.426 0.203 296.9) |
Copy-ready code
/* CSS */
color: #5f1fad;
background-color: #5f1fad;
/* Tailwind (arbitrary) */
class="text-[#5f1fad] bg-[#5f1fad]"
/* SCSS */
$brand: #5f1fad;
/* SwiftUI */
Color(red: 0.373, green: 0.122, blue: 0.678)
/* Android */
Color.parseColor("#5f1fad")Accessibility — WCAG contrast
Aa
#5f1fad on white: 9.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5f1fad on black: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green12.2%
Blue67.8%
CMYK percentages
Cyan45.1%
Magenta82.1%
Yellow0.0%
Key (black)32.2%
Color previews
#5f1fad text on a black background
contrast 2.29:1
Card sample
#5f1fad text on a white background
contrast 9.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f1fad;
Background color
Panel with #5f1fad background
background-color: #5f1fad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f1fad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 31, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 31, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f1fad; background: linear-gradient(135deg, #5f1fad, #AD1F9C);