#5c5c92
a balanced, soft blue · warm · closest name: steelblue
RGB
92, 92, 146
HSL
240°, 23%, 47%
CMYK
37, 37, 0, 43
Luminance
0.1200
Every format
| HEX | #5c5c92 |
| RGB | rgb(92, 92, 146) |
| HSL | hsl(240, 23%, 47%) |
| CMYK | cmyk(37%, 37%, 0%, 43%) |
| LAB | lab(41.2 13.8 -29.7) |
| LCH | lch(41.2 32.8 294.8) |
| OKLCH | oklch(0.499 0.085 282.9) |
Copy-ready code
/* CSS */
color: #5c5c92;
background-color: #5c5c92;
/* Tailwind (arbitrary) */
class="text-[#5c5c92] bg-[#5c5c92]"
/* SCSS */
$brand: #5c5c92;
/* SwiftUI */
Color(red: 0.361, green: 0.361, blue: 0.573)
/* Android */
Color.parseColor("#5c5c92")Accessibility — WCAG contrast
Aa
#5c5c92 on white: 6.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5c5c92 on black: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green36.1%
Blue57.3%
CMYK percentages
Cyan37.0%
Magenta37.0%
Yellow0.0%
Key (black)42.7%
Color previews
#5c5c92 text on a black background
contrast 3.40:1
Card sample
#5c5c92 text on a white background
contrast 6.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5c5c92;
Background color
Panel with #5c5c92 background
background-color: #5c5c92;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5c5c92;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 92, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 92, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5c5c92; background: linear-gradient(135deg, #5c5c92, #805C92);