#54397b
a dark, soft violet · warm · closest name: midnightblue
RGB
84, 57, 123
HSL
265°, 37%, 35%
CMYK
32, 54, 0, 52
Luminance
0.0624
Every format
| HEX | #54397b |
| RGB | rgb(84, 57, 123) |
| HSL | hsl(265, 37%, 35%) |
| CMYK | cmyk(32%, 54%, 0%, 52%) |
| LAB | lab(30.0 26.9 -33.4) |
| LCH | lch(30.0 42.9 308.9) |
| OKLCH | oklch(0.408 0.109 300.5) |
Copy-ready code
/* CSS */
color: #54397b;
background-color: #54397b;
/* Tailwind (arbitrary) */
class="text-[#54397b] bg-[#54397b]"
/* SCSS */
$brand: #54397b;
/* SwiftUI */
Color(red: 0.329, green: 0.224, blue: 0.482)
/* Android */
Color.parseColor("#54397b")Accessibility — WCAG contrast
Aa
#54397b on white: 9.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#54397b on black: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green22.4%
Blue48.2%
CMYK percentages
Cyan31.7%
Magenta53.7%
Yellow0.0%
Key (black)51.8%
Color previews
#54397b text on a black background
contrast 2.25:1
Card sample
#54397b text on a white background
contrast 9.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #54397b;
Background color
Panel with #54397b background
background-color: #54397b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #54397b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 57, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 57, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #54397b; background: linear-gradient(135deg, #54397b, #7B3976);