#554378
a dark, soft violet · warm · closest name: midnightblue
RGB
85, 67, 120
HSL
260°, 28%, 37%
CMYK
29, 44, 0, 53
Luminance
0.0730
Every format
| HEX | #554378 |
| RGB | rgb(85, 67, 120) |
| HSL | hsl(260, 28%, 37%) |
| CMYK | cmyk(29%, 44%, 0%, 53%) |
| LAB | lab(32.5 20.1 -27.6) |
| LCH | lch(32.5 34.1 306.1) |
| OKLCH | oklch(0.426 0.087 298.3) |
Copy-ready code
/* CSS */
color: #554378;
background-color: #554378;
/* Tailwind (arbitrary) */
class="text-[#554378] bg-[#554378]"
/* SCSS */
$brand: #554378;
/* SwiftUI */
Color(red: 0.333, green: 0.263, blue: 0.471)
/* Android */
Color.parseColor("#554378")Accessibility — WCAG contrast
Aa
#554378 on white: 8.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#554378 on black: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green26.3%
Blue47.1%
CMYK percentages
Cyan29.2%
Magenta44.2%
Yellow0.0%
Key (black)52.9%
Color previews
#554378 text on a black background
contrast 2.46:1
Card sample
#554378 text on a white background
contrast 8.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #554378;
Background color
Panel with #554378 background
background-color: #554378;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #554378;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 67, 120, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 67, 120, 0.45);
Border & gradient
Gradient panel
border: 3px solid #554378; background: linear-gradient(135deg, #554378, #784378);