#5b2dcd
a balanced, vivid violet · warm · closest name: navy
RGB
91, 45, 205
HSL
257°, 64%, 49%
CMYK
56, 78, 0, 20
Luminance
0.0851
Every format
| HEX | #5b2dcd |
| RGB | rgb(91, 45, 205) |
| HSL | hsl(257, 64%, 49%) |
| CMYK | cmyk(56%, 78%, 0%, 20%) |
| LAB | lab(35.0 57.7 -74.7) |
| LCH | lch(35.0 94.4 307.7) |
| OKLCH | oklch(0.466 0.225 287.1) |
Copy-ready code
/* CSS */
color: #5b2dcd;
background-color: #5b2dcd;
/* Tailwind (arbitrary) */
class="text-[#5b2dcd] bg-[#5b2dcd]"
/* SCSS */
$brand: #5b2dcd;
/* SwiftUI */
Color(red: 0.357, green: 0.176, blue: 0.804)
/* Android */
Color.parseColor("#5b2dcd")Accessibility — WCAG contrast
Aa
#5b2dcd on white: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5b2dcd on black: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green17.6%
Blue80.4%
CMYK percentages
Cyan55.6%
Magenta78.0%
Yellow0.0%
Key (black)19.6%
Color previews
#5b2dcd text on a black background
contrast 2.70:1
Card sample
#5b2dcd text on a white background
contrast 7.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5b2dcd;
Background color
Panel with #5b2dcd background
background-color: #5b2dcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5b2dcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 45, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 45, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5b2dcd; background: linear-gradient(135deg, #5b2dcd, #C62DCD);