#5544cc
a balanced, vivid blue · warm · closest name: slateblue
RGB
85, 68, 204
HSL
248°, 57%, 53%
CMYK
58, 67, 0, 20
Luminance
0.1043
Every format
| HEX | #5544cc |
| RGB | rgb(85, 68, 204) |
| HSL | hsl(248, 57%, 53%) |
| CMYK | cmyk(58%, 67%, 0%, 20%) |
| LAB | lab(38.6 44.8 -68.2) |
| LCH | lch(38.6 81.6 303.3) |
| OKLCH | oklch(0.490 0.201 281.7) |
Copy-ready code
/* CSS */
color: #5544cc;
background-color: #5544cc;
/* Tailwind (arbitrary) */
class="text-[#5544cc] bg-[#5544cc]"
/* SCSS */
$brand: #5544cc;
/* SwiftUI */
Color(red: 0.333, green: 0.267, blue: 0.800)
/* Android */
Color.parseColor("#5544cc")Accessibility — WCAG contrast
Aa
#5544cc on white: 6.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5544cc on black: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green26.7%
Blue80.0%
CMYK percentages
Cyan58.3%
Magenta66.7%
Yellow0.0%
Key (black)20.0%
Color previews
#5544cc text on a black background
contrast 3.09:1
Card sample
#5544cc text on a white background
contrast 6.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5544cc;
Background color
Panel with #5544cc background
background-color: #5544cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5544cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 68, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 68, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5544cc; background: linear-gradient(135deg, #5544cc, #B044CC);