#54388c
a dark, soft violet · warm · closest name: midnightblue
RGB
84, 56, 140
HSL
260°, 43%, 38%
CMYK
40, 60, 0, 45
Luminance
0.0661
Every format
| HEX | #54388c |
| RGB | rgb(84, 56, 140) |
| HSL | hsl(260, 43%, 38%) |
| CMYK | cmyk(40%, 60%, 0%, 45%) |
| LAB | lab(30.9 32.4 -42.5) |
| LCH | lch(30.9 53.4 307.3) |
| OKLCH | oklch(0.418 0.134 295.4) |
Copy-ready code
/* CSS */
color: #54388c;
background-color: #54388c;
/* Tailwind (arbitrary) */
class="text-[#54388c] bg-[#54388c]"
/* SCSS */
$brand: #54388c;
/* SwiftUI */
Color(red: 0.329, green: 0.220, blue: 0.549)
/* Android */
Color.parseColor("#54388c")Accessibility — WCAG contrast
Aa
#54388c on white: 9.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#54388c on black: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green22.0%
Blue54.9%
CMYK percentages
Cyan40.0%
Magenta60.0%
Yellow0.0%
Key (black)45.1%
Color previews
#54388c text on a black background
contrast 2.32:1
Card sample
#54388c text on a white background
contrast 9.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #54388c;
Background color
Panel with #54388c background
background-color: #54388c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #54388c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 56, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 56, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #54388c; background: linear-gradient(135deg, #54388c, #8C388C);