#5f13ac
a dark, electric violet · warm · closest name: indigo
RGB
95, 19, 172
HSL
270°, 80%, 38%
CMYK
45, 89, 0, 33
Luminance
0.0588
Every format
| HEX | #5f13ac |
| RGB | rgb(95, 19, 172) |
| HSL | hsl(270, 80%, 38%) |
| CMYK | cmyk(45%, 89%, 0%, 33%) |
| LAB | lab(29.1 59.2 -64.9) |
| LCH | lch(29.1 87.8 312.4) |
| OKLCH | oklch(0.416 0.211 298.1) |
Copy-ready code
/* CSS */
color: #5f13ac;
background-color: #5f13ac;
/* Tailwind (arbitrary) */
class="text-[#5f13ac] bg-[#5f13ac]"
/* SCSS */
$brand: #5f13ac;
/* SwiftUI */
Color(red: 0.373, green: 0.075, blue: 0.675)
/* Android */
Color.parseColor("#5f13ac")Accessibility — WCAG contrast
Aa
#5f13ac on white: 9.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5f13ac on black: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green7.5%
Blue67.5%
CMYK percentages
Cyan44.8%
Magenta89.0%
Yellow0.0%
Key (black)32.5%
Color previews
#5f13ac text on a black background
contrast 2.18:1
Card sample
#5f13ac text on a white background
contrast 9.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f13ac;
Background color
Panel with #5f13ac background
background-color: #5f13ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f13ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 19, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 19, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f13ac; background: linear-gradient(135deg, #5f13ac, #AC1393);