#5c5c8a
a balanced, soft blue · warm · closest name: steelblue
RGB
92, 92, 138
HSL
240°, 20%, 45%
CMYK
33, 33, 0, 46
Luminance
0.1176
Every format
| HEX | #5c5c8a |
| RGB | rgb(92, 92, 138) |
| HSL | hsl(240, 20%, 45%) |
| CMYK | cmyk(33%, 33%, 0%, 46%) |
| LAB | lab(40.8 11.5 -25.5) |
| LCH | lch(40.8 28.0 294.2) |
| OKLCH | oklch(0.494 0.073 283.4) |
Copy-ready code
/* CSS */
color: #5c5c8a;
background-color: #5c5c8a;
/* Tailwind (arbitrary) */
class="text-[#5c5c8a] bg-[#5c5c8a]"
/* SCSS */
$brand: #5c5c8a;
/* SwiftUI */
Color(red: 0.361, green: 0.361, blue: 0.541)
/* Android */
Color.parseColor("#5c5c8a")Accessibility — WCAG contrast
Aa
#5c5c8a on white: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5c5c8a on black: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green36.1%
Blue54.1%
CMYK percentages
Cyan33.3%
Magenta33.3%
Yellow0.0%
Key (black)45.9%
Color previews
#5c5c8a text on a black background
contrast 3.35:1
Card sample
#5c5c8a text on a white background
contrast 6.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5c5c8a;
Background color
Panel with #5c5c8a background
background-color: #5c5c8a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5c5c8a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 92, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 92, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5c5c8a; background: linear-gradient(135deg, #5c5c8a, #7B5C8A);