#5f2da9
a dark, vivid violet · warm · closest name: indigo
RGB
95, 45, 169
HSL
264°, 58%, 42%
CMYK
44, 73, 0, 34
Luminance
0.0717
Every format
| HEX | #5f2da9 |
| RGB | rgb(95, 45, 169) |
| HSL | hsl(264, 58%, 42%) |
| CMYK | cmyk(44%, 73%, 0%, 34%) |
| LAB | lab(32.2 48.6 -58.0) |
| LCH | lch(32.2 75.7 310.0) |
| OKLCH | oklch(0.437 0.185 296.2) |
Copy-ready code
/* CSS */
color: #5f2da9;
background-color: #5f2da9;
/* Tailwind (arbitrary) */
class="text-[#5f2da9] bg-[#5f2da9]"
/* SCSS */
$brand: #5f2da9;
/* SwiftUI */
Color(red: 0.373, green: 0.176, blue: 0.663)
/* Android */
Color.parseColor("#5f2da9")Accessibility — WCAG contrast
Aa
#5f2da9 on white: 8.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5f2da9 on black: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green17.6%
Blue66.3%
CMYK percentages
Cyan43.8%
Magenta73.4%
Yellow0.0%
Key (black)33.7%
Color previews
#5f2da9 text on a black background
contrast 2.43:1
Card sample
#5f2da9 text on a white background
contrast 8.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f2da9;
Background color
Panel with #5f2da9 background
background-color: #5f2da9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f2da9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 45, 169, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 45, 169, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f2da9; background: linear-gradient(135deg, #5f2da9, #A92DA0);