#554ba3
a balanced, soft blue · warm · closest name: slateblue
RGB
85, 75, 163
HSL
247°, 37%, 47%
CMYK
48, 54, 0, 36
Luminance
0.0961
Every format
| HEX | #554ba3 |
| RGB | rgb(85, 75, 163) |
| HSL | hsl(247, 37%, 47%) |
| CMYK | cmyk(48%, 54%, 0%, 36%) |
| LAB | lab(37.1 27.8 -46.5) |
| LCH | lch(37.1 54.1 300.9) |
| OKLCH | oklch(0.469 0.137 285.0) |
Copy-ready code
/* CSS */
color: #554ba3;
background-color: #554ba3;
/* Tailwind (arbitrary) */
class="text-[#554ba3] bg-[#554ba3]"
/* SCSS */
$brand: #554ba3;
/* SwiftUI */
Color(red: 0.333, green: 0.294, blue: 0.639)
/* Android */
Color.parseColor("#554ba3")Accessibility — WCAG contrast
Aa
#554ba3 on white: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#554ba3 on black: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green29.4%
Blue63.9%
CMYK percentages
Cyan47.9%
Magenta54.0%
Yellow0.0%
Key (black)36.1%
Color previews
#554ba3 text on a black background
contrast 2.92:1
Card sample
#554ba3 text on a white background
contrast 7.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #554ba3;
Background color
Panel with #554ba3 background
background-color: #554ba3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #554ba3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 75, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 75, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #554ba3; background: linear-gradient(135deg, #554ba3, #904BA3);