#5c2abd
a balanced, vivid violet · warm · closest name: indigo
RGB
92, 42, 189
HSL
260°, 64%, 45%
CMYK
51, 78, 0, 26
Luminance
0.0761
Every format
| HEX | #5c2abd |
| RGB | rgb(92, 42, 189) |
| HSL | hsl(260, 64%, 45%) |
| CMYK | cmyk(51%, 78%, 0%, 26%) |
| LAB | lab(33.1 54.9 -68.4) |
| LCH | lch(33.1 87.7 308.7) |
| OKLCH | oklch(0.449 0.210 290.8) |
Copy-ready code
/* CSS */
color: #5c2abd;
background-color: #5c2abd;
/* Tailwind (arbitrary) */
class="text-[#5c2abd] bg-[#5c2abd]"
/* SCSS */
$brand: #5c2abd;
/* SwiftUI */
Color(red: 0.361, green: 0.165, blue: 0.741)
/* Android */
Color.parseColor("#5c2abd")Accessibility — WCAG contrast
Aa
#5c2abd on white: 8.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5c2abd on black: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green16.5%
Blue74.1%
CMYK percentages
Cyan51.3%
Magenta77.8%
Yellow0.0%
Key (black)25.9%
Color previews
#5c2abd text on a black background
contrast 2.52:1
Card sample
#5c2abd text on a white background
contrast 8.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5c2abd;
Background color
Panel with #5c2abd background
background-color: #5c2abd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5c2abd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 42, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 42, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5c2abd; background: linear-gradient(135deg, #5c2abd, #BD2ABC);