#5544aa
a balanced, soft blue · warm · closest name: slateblue
RGB
85, 68, 170
HSL
250°, 43%, 47%
CMYK
50, 60, 0, 33
Luminance
0.0897
Every format
| HEX | #5544aa |
| RGB | rgb(85, 68, 170) |
| HSL | hsl(250, 43%, 47%) |
| CMYK | cmyk(50%, 60%, 0%, 33%) |
| LAB | lab(35.9 34.3 -52.6) |
| LCH | lch(35.9 62.8 303.1) |
| OKLCH | oklch(0.462 0.157 286.2) |
Copy-ready code
/* CSS */
color: #5544aa;
background-color: #5544aa;
/* Tailwind (arbitrary) */
class="text-[#5544aa] bg-[#5544aa]"
/* SCSS */
$brand: #5544aa;
/* SwiftUI */
Color(red: 0.333, green: 0.267, blue: 0.667)
/* Android */
Color.parseColor("#5544aa")Accessibility — WCAG contrast
Aa
#5544aa on white: 7.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5544aa on black: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green26.7%
Blue66.7%
CMYK percentages
Cyan50.0%
Magenta60.0%
Yellow0.0%
Key (black)33.3%
Color previews
#5544aa text on a black background
contrast 2.79:1
Card sample
#5544aa text on a white background
contrast 7.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5544aa;
Background color
Panel with #5544aa background
background-color: #5544aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5544aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 68, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 68, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5544aa; background: linear-gradient(135deg, #5544aa, #9944AA);