#5d2acf
a balanced, vivid violet · warm · closest name: navy
RGB
93, 42, 207
HSL
259°, 66%, 49%
CMYK
55, 80, 0, 19
Luminance
0.0849
Every format
| HEX | #5d2acf |
| RGB | rgb(93, 42, 207) |
| HSL | hsl(259, 66%, 49%) |
| CMYK | cmyk(55%, 80%, 0%, 19%) |
| LAB | lab(35.0 59.8 -75.9) |
| LCH | lch(35.0 96.6 308.2) |
| OKLCH | oklch(0.467 0.230 287.9) |
Copy-ready code
/* CSS */
color: #5d2acf;
background-color: #5d2acf;
/* Tailwind (arbitrary) */
class="text-[#5d2acf] bg-[#5d2acf]"
/* SCSS */
$brand: #5d2acf;
/* SwiftUI */
Color(red: 0.365, green: 0.165, blue: 0.812)
/* Android */
Color.parseColor("#5d2acf")Accessibility — WCAG contrast
Aa
#5d2acf on white: 7.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5d2acf on black: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green16.5%
Blue81.2%
CMYK percentages
Cyan55.1%
Magenta79.7%
Yellow0.0%
Key (black)18.8%
Color previews
#5d2acf text on a black background
contrast 2.70:1
Card sample
#5d2acf text on a white background
contrast 7.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5d2acf;
Background color
Panel with #5d2acf background
background-color: #5d2acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5d2acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 42, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 42, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5d2acf; background: linear-gradient(135deg, #5d2acf, #CB2ACF);