#531c97
a dark, vivid violet · warm · closest name: indigo
RGB
83, 28, 151
HSL
267°, 69%, 35%
CMYK
45, 82, 0, 41
Luminance
0.0490
Every format
| HEX | #531c97 |
| RGB | rgb(83, 28, 151) |
| HSL | hsl(267, 69%, 35%) |
| CMYK | cmyk(45%, 82%, 0%, 41%) |
| LAB | lab(26.5 49.6 -56.5) |
| LCH | lch(26.5 75.2 311.3) |
| OKLCH | oklch(0.389 0.182 297.1) |
Copy-ready code
/* CSS */
color: #531c97;
background-color: #531c97;
/* Tailwind (arbitrary) */
class="text-[#531c97] bg-[#531c97]"
/* SCSS */
$brand: #531c97;
/* SwiftUI */
Color(red: 0.325, green: 0.110, blue: 0.592)
/* Android */
Color.parseColor("#531c97")Accessibility — WCAG contrast
Aa
#531c97 on white: 10.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#531c97 on black: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green11.0%
Blue59.2%
CMYK percentages
Cyan45.0%
Magenta81.5%
Yellow0.0%
Key (black)40.8%
Color previews
#531c97 text on a black background
contrast 1.98:1
Card sample
#531c97 text on a white background
contrast 10.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #531c97;
Background color
Panel with #531c97 background
background-color: #531c97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #531c97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 28, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 28, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #531c97; background: linear-gradient(135deg, #531c97, #971C89);