#554cdf
a balanced, vivid blue · warm · closest name: slateblue
RGB
85, 76, 223
HSL
244°, 70%, 59%
CMYK
62, 66, 0, 13
Luminance
0.1243
Every format
| HEX | #554cdf |
| RGB | rgb(85, 76, 223) |
| HSL | hsl(244, 70%, 59%) |
| CMYK | cmyk(62%, 66%, 0%, 13%) |
| LAB | lab(41.9 46.1 -73.8) |
| LCH | lch(41.9 87.0 302.0) |
| OKLCH | oklch(0.518 0.215 278.5) |
Copy-ready code
/* CSS */
color: #554cdf;
background-color: #554cdf;
/* Tailwind (arbitrary) */
class="text-[#554cdf] bg-[#554cdf]"
/* SCSS */
$brand: #554cdf;
/* SwiftUI */
Color(red: 0.333, green: 0.298, blue: 0.875)
/* Android */
Color.parseColor("#554cdf")Accessibility — WCAG contrast
Aa
#554cdf on white: 6.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#554cdf on black: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green29.8%
Blue87.5%
CMYK percentages
Cyan61.9%
Magenta65.9%
Yellow0.0%
Key (black)12.5%
Color previews
#554cdf text on a black background
contrast 3.49:1
Card sample
#554cdf text on a white background
contrast 6.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #554cdf;
Background color
Panel with #554cdf background
background-color: #554cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #554cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 76, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 76, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #554cdf; background: linear-gradient(135deg, #554cdf, #B74CDF);