#554ba0
a balanced, soft blue · warm · closest name: slateblue
RGB
85, 75, 160
HSL
247°, 36%, 46%
CMYK
47, 53, 0, 37
Luminance
0.0950
Every format
| HEX | #554ba0 |
| RGB | rgb(85, 75, 160) |
| HSL | hsl(247, 36%, 46%) |
| CMYK | cmyk(47%, 53%, 0%, 37%) |
| LAB | lab(36.9 26.8 -45.0) |
| LCH | lch(36.9 52.4 300.8) |
| OKLCH | oklch(0.467 0.133 285.4) |
Copy-ready code
/* CSS */
color: #554ba0;
background-color: #554ba0;
/* Tailwind (arbitrary) */
class="text-[#554ba0] bg-[#554ba0]"
/* SCSS */
$brand: #554ba0;
/* SwiftUI */
Color(red: 0.333, green: 0.294, blue: 0.627)
/* Android */
Color.parseColor("#554ba0")Accessibility — WCAG contrast
Aa
#554ba0 on white: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#554ba0 on black: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green29.4%
Blue62.7%
CMYK percentages
Cyan46.9%
Magenta53.1%
Yellow0.0%
Key (black)37.3%
Color previews
#554ba0 text on a black background
contrast 2.90:1
Card sample
#554ba0 text on a white background
contrast 7.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #554ba0;
Background color
Panel with #554ba0 background
background-color: #554ba0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #554ba0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 75, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 75, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #554ba0; background: linear-gradient(135deg, #554ba0, #8E4BA0);