#5f2483
a dark, vivid violet · warm · closest name: indigo
RGB
95, 36, 131
HSL
277°, 57%, 33%
CMYK
28, 73, 0, 49
Luminance
0.0533
Every format
| HEX | #5f2483 |
| RGB | rgb(95, 36, 131) |
| HSL | hsl(277, 57%, 33%) |
| CMYK | cmyk(28%, 73%, 0%, 49%) |
| LAB | lab(27.7 43.4 -42.1) |
| LCH | lch(27.7 60.4 315.9) |
| OKLCH | oklch(0.396 0.154 309.5) |
Copy-ready code
/* CSS */
color: #5f2483;
background-color: #5f2483;
/* Tailwind (arbitrary) */
class="text-[#5f2483] bg-[#5f2483]"
/* SCSS */
$brand: #5f2483;
/* SwiftUI */
Color(red: 0.373, green: 0.141, blue: 0.514)
/* Android */
Color.parseColor("#5f2483")Accessibility — WCAG contrast
Aa
#5f2483 on white: 10.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5f2483 on black: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green14.1%
Blue51.4%
CMYK percentages
Cyan27.5%
Magenta72.5%
Yellow0.0%
Key (black)48.6%
Color previews
#5f2483 text on a black background
contrast 2.07:1
Card sample
#5f2483 text on a white background
contrast 10.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f2483;
Background color
Panel with #5f2483 background
background-color: #5f2483;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f2483;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 36, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 36, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f2483; background: linear-gradient(135deg, #5f2483, #832467);