#554acf
a balanced, vivid blue · warm · closest name: slateblue
RGB
85, 74, 207
HSL
245°, 58%, 55%
CMYK
59, 64, 0, 19
Luminance
0.1133
Every format
| HEX | #554acf |
| RGB | rgb(85, 74, 207) |
| HSL | hsl(245, 58%, 55%) |
| CMYK | cmyk(59%, 64%, 0%, 19%) |
| LAB | lab(40.1 42.2 -67.4) |
| LCH | lch(40.1 79.6 302.1) |
| OKLCH | oklch(0.502 0.197 280.3) |
Copy-ready code
/* CSS */
color: #554acf;
background-color: #554acf;
/* Tailwind (arbitrary) */
class="text-[#554acf] bg-[#554acf]"
/* SCSS */
$brand: #554acf;
/* SwiftUI */
Color(red: 0.333, green: 0.290, blue: 0.812)
/* Android */
Color.parseColor("#554acf")Accessibility — WCAG contrast
Aa
#554acf on white: 6.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#554acf on black: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green29.0%
Blue81.2%
CMYK percentages
Cyan58.9%
Magenta64.3%
Yellow0.0%
Key (black)18.8%
Color previews
#554acf text on a black background
contrast 3.27:1
Card sample
#554acf text on a white background
contrast 6.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #554acf;
Background color
Panel with #554acf background
background-color: #554acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #554acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 74, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 74, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #554acf; background: linear-gradient(135deg, #554acf, #AE4ACF);