#554af8
a balanced, electric blue · warm · closest name: slateblue
RGB
85, 74, 248
HSL
244°, 93%, 63%
CMYK
66, 70, 0, 3
Luminance
0.1361
Every format
| HEX | #554af8 |
| RGB | rgb(85, 74, 248) |
| HSL | hsl(244, 93%, 63%) |
| CMYK | cmyk(66%, 70%, 0%, 3%) |
| LAB | lab(43.7 55.0 -85.0) |
| LCH | lch(43.7 101.2 302.9) |
| OKLCH | oklch(0.538 0.247 276.9) |
Copy-ready code
/* CSS */
color: #554af8;
background-color: #554af8;
/* Tailwind (arbitrary) */
class="text-[#554af8] bg-[#554af8]"
/* SCSS */
$brand: #554af8;
/* SwiftUI */
Color(red: 0.333, green: 0.290, blue: 0.973)
/* Android */
Color.parseColor("#554af8")Accessibility — WCAG contrast
Aa
#554af8 on white: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#554af8 on black: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green29.0%
Blue97.3%
CMYK percentages
Cyan65.7%
Magenta70.2%
Yellow0.0%
Key (black)2.7%
Color previews
#554af8 text on a black background
contrast 3.72:1
Card sample
#554af8 text on a white background
contrast 5.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #554af8;
Background color
Panel with #554af8 background
background-color: #554af8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #554af8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 74, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 74, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #554af8; background: linear-gradient(135deg, #554af8, #C94AF8);