#5c548c
a dark, soft blue · warm · closest name: steelblue
RGB
92, 84, 140
HSL
249°, 25%, 44%
CMYK
34, 40, 0, 45
Luminance
0.1051
Every format
| HEX | #5c548c |
| RGB | rgb(92, 84, 140) |
| HSL | hsl(249, 25%, 44%) |
| CMYK | cmyk(34%, 40%, 0%, 45%) |
| LAB | lab(38.7 17.1 -30.0) |
| LCH | lch(38.7 34.5 299.6) |
| OKLCH | oklch(0.479 0.089 289.1) |
Copy-ready code
/* CSS */
color: #5c548c;
background-color: #5c548c;
/* Tailwind (arbitrary) */
class="text-[#5c548c] bg-[#5c548c]"
/* SCSS */
$brand: #5c548c;
/* SwiftUI */
Color(red: 0.361, green: 0.329, blue: 0.549)
/* Android */
Color.parseColor("#5c548c")Accessibility — WCAG contrast
Aa
#5c548c on white: 6.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5c548c on black: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green32.9%
Blue54.9%
CMYK percentages
Cyan34.3%
Magenta40.0%
Yellow0.0%
Key (black)45.1%
Color previews
#5c548c text on a black background
contrast 3.10:1
Card sample
#5c548c text on a white background
contrast 6.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5c548c;
Background color
Panel with #5c548c background
background-color: #5c548c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5c548c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 84, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 84, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5c548c; background: linear-gradient(135deg, #5c548c, #81548C);