#5d2fd0
a balanced, vivid violet · warm · closest name: navy
RGB
93, 47, 208
HSL
257°, 63%, 50%
CMYK
55, 77, 0, 18
Luminance
0.0891
Every format
| HEX | #5d2fd0 |
| RGB | rgb(93, 47, 208) |
| HSL | hsl(257, 63%, 50%) |
| CMYK | cmyk(55%, 77%, 0%, 18%) |
| LAB | lab(35.8 57.9 -75.1) |
| LCH | lch(35.8 94.8 307.6) |
| OKLCH | oklch(0.473 0.226 287.2) |
Copy-ready code
/* CSS */
color: #5d2fd0;
background-color: #5d2fd0;
/* Tailwind (arbitrary) */
class="text-[#5d2fd0] bg-[#5d2fd0]"
/* SCSS */
$brand: #5d2fd0;
/* SwiftUI */
Color(red: 0.365, green: 0.184, blue: 0.816)
/* Android */
Color.parseColor("#5d2fd0")Accessibility — WCAG contrast
Aa
#5d2fd0 on white: 7.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5d2fd0 on black: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green18.4%
Blue81.6%
CMYK percentages
Cyan55.3%
Magenta77.4%
Yellow0.0%
Key (black)18.4%
Color previews
#5d2fd0 text on a black background
contrast 2.78:1
Card sample
#5d2fd0 text on a white background
contrast 7.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5d2fd0;
Background color
Panel with #5d2fd0 background
background-color: #5d2fd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5d2fd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 47, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 47, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5d2fd0; background: linear-gradient(135deg, #5d2fd0, #C82FD0);