#5331b4
a dark, vivid violet · warm · closest name: indigo
RGB
83, 49, 180
HSL
256°, 57%, 45%
CMYK
54, 73, 0, 29
Luminance
0.0733
Every format
| HEX | #5331b4 |
| RGB | rgb(83, 49, 180) |
| HSL | hsl(256, 57%, 45%) |
| CMYK | cmyk(54%, 73%, 0%, 29%) |
| LAB | lab(32.5 47.7 -64.1) |
| LCH | lch(32.5 79.9 306.7) |
| OKLCH | oklch(0.440 0.193 287.5) |
Copy-ready code
/* CSS */
color: #5331b4;
background-color: #5331b4;
/* Tailwind (arbitrary) */
class="text-[#5331b4] bg-[#5331b4]"
/* SCSS */
$brand: #5331b4;
/* SwiftUI */
Color(red: 0.325, green: 0.192, blue: 0.706)
/* Android */
Color.parseColor("#5331b4")Accessibility — WCAG contrast
Aa
#5331b4 on white: 8.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5331b4 on black: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green19.2%
Blue70.6%
CMYK percentages
Cyan53.9%
Magenta72.8%
Yellow0.0%
Key (black)29.4%
Color previews
#5331b4 text on a black background
contrast 2.47:1
Card sample
#5331b4 text on a white background
contrast 8.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5331b4;
Background color
Panel with #5331b4 background
background-color: #5331b4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5331b4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 49, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 49, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5331b4; background: linear-gradient(135deg, #5331b4, #AA31B4);