#54309c
a dark, vivid violet · warm · closest name: indigo
RGB
84, 48, 156
HSL
260°, 53%, 40%
CMYK
46, 69, 0, 39
Luminance
0.0640
Every format
| HEX | #54309c |
| RGB | rgb(84, 48, 156) |
| HSL | hsl(260, 53%, 40%) |
| CMYK | cmyk(46%, 69%, 0%, 39%) |
| LAB | lab(30.4 41.5 -53.1) |
| LCH | lch(30.4 67.4 308.0) |
| OKLCH | oklch(0.418 0.166 293.2) |
Copy-ready code
/* CSS */
color: #54309c;
background-color: #54309c;
/* Tailwind (arbitrary) */
class="text-[#54309c] bg-[#54309c]"
/* SCSS */
$brand: #54309c;
/* SwiftUI */
Color(red: 0.329, green: 0.188, blue: 0.612)
/* Android */
Color.parseColor("#54309c")Accessibility — WCAG contrast
Aa
#54309c on white: 9.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#54309c on black: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green18.8%
Blue61.2%
CMYK percentages
Cyan46.2%
Magenta69.2%
Yellow0.0%
Key (black)38.8%
Color previews
#54309c text on a black background
contrast 2.28:1
Card sample
#54309c text on a white background
contrast 9.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #54309c;
Background color
Panel with #54309c background
background-color: #54309c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #54309c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 48, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 48, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #54309c; background: linear-gradient(135deg, #54309c, #9C309C);