#555391
a dark, soft blue · warm · closest name: steelblue
RGB
85, 83, 145
HSL
242°, 27%, 45%
CMYK
41, 43, 0, 43
Luminance
0.1016
Every format
| HEX | #555391 |
| RGB | rgb(85, 83, 145) |
| HSL | hsl(242, 27%, 45%) |
| CMYK | cmyk(41%, 43%, 0%, 43%) |
| LAB | lab(38.1 17.1 -34.0) |
| LCH | lch(38.1 38.1 296.7) |
| OKLCH | oklch(0.473 0.099 283.4) |
Copy-ready code
/* CSS */
color: #555391;
background-color: #555391;
/* Tailwind (arbitrary) */
class="text-[#555391] bg-[#555391]"
/* SCSS */
$brand: #555391;
/* SwiftUI */
Color(red: 0.333, green: 0.325, blue: 0.569)
/* Android */
Color.parseColor("#555391")Accessibility — WCAG contrast
Aa
#555391 on white: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#555391 on black: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green32.5%
Blue56.9%
CMYK percentages
Cyan41.4%
Magenta42.8%
Yellow0.0%
Key (black)43.1%
Color previews
#555391 text on a black background
contrast 3.03:1
Card sample
#555391 text on a white background
contrast 6.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #555391;
Background color
Panel with #555391 background
background-color: #555391;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #555391;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 83, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 83, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #555391; background: linear-gradient(135deg, #555391, #7E5391);