#554ade
a balanced, vivid blue · warm · closest name: slateblue
RGB
85, 74, 222
HSL
245°, 69%, 58%
CMYK
62, 67, 0, 13
Luminance
0.1210
Every format
| HEX | #554ade |
| RGB | rgb(85, 74, 222) |
| HSL | hsl(245, 69%, 58%) |
| CMYK | cmyk(62%, 67%, 0%, 13%) |
| LAB | lab(41.4 47.0 -74.0) |
| LCH | lch(41.4 87.7 302.4) |
| OKLCH | oklch(0.514 0.216 278.9) |
Copy-ready code
/* CSS */
color: #554ade;
background-color: #554ade;
/* Tailwind (arbitrary) */
class="text-[#554ade] bg-[#554ade]"
/* SCSS */
$brand: #554ade;
/* SwiftUI */
Color(red: 0.333, green: 0.290, blue: 0.871)
/* Android */
Color.parseColor("#554ade")Accessibility — WCAG contrast
Aa
#554ade on white: 6.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#554ade on black: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green29.0%
Blue87.1%
CMYK percentages
Cyan61.7%
Magenta66.7%
Yellow0.0%
Key (black)12.9%
Color previews
#554ade text on a black background
contrast 3.42:1
Card sample
#554ade text on a white background
contrast 6.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #554ade;
Background color
Panel with #554ade background
background-color: #554ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #554ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 74, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 74, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #554ade; background: linear-gradient(135deg, #554ade, #B84ADE);