#5544bb
a balanced, vivid blue · warm · closest name: slateblue
RGB
85, 68, 187
HSL
249°, 47%, 50%
CMYK
55, 64, 0, 27
Luminance
0.0965
Every format
| HEX | #5544bb |
| RGB | rgb(85, 68, 187) |
| HSL | hsl(249, 47%, 50%) |
| CMYK | cmyk(55%, 64%, 0%, 27%) |
| LAB | lab(37.2 39.5 -60.6) |
| LCH | lch(37.2 72.3 303.1) |
| OKLCH | oklch(0.475 0.179 283.8) |
Copy-ready code
/* CSS */
color: #5544bb;
background-color: #5544bb;
/* Tailwind (arbitrary) */
class="text-[#5544bb] bg-[#5544bb]"
/* SCSS */
$brand: #5544bb;
/* SwiftUI */
Color(red: 0.333, green: 0.267, blue: 0.733)
/* Android */
Color.parseColor("#5544bb")Accessibility — WCAG contrast
Aa
#5544bb on white: 7.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5544bb on black: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green26.7%
Blue73.3%
CMYK percentages
Cyan54.5%
Magenta63.6%
Yellow0.0%
Key (black)26.7%
Color previews
#5544bb text on a black background
contrast 2.93:1
Card sample
#5544bb text on a white background
contrast 7.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5544bb;
Background color
Panel with #5544bb background
background-color: #5544bb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5544bb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 68, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 68, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5544bb; background: linear-gradient(135deg, #5544bb, #A444BB);