#5544ee
a balanced, electric blue · warm · closest name: slateblue
RGB
85, 68, 238
HSL
246°, 83%, 60%
CMYK
64, 71, 0, 7
Luminance
0.1224
Every format
| HEX | #5544ee |
| RGB | rgb(85, 68, 238) |
| HSL | hsl(246, 83%, 60%) |
| CMYK | cmyk(64%, 71%, 0%, 7%) |
| LAB | lab(41.6 55.2 -82.8) |
| LCH | lch(41.6 99.5 303.7) |
| OKLCH | oklch(0.520 0.241 278.4) |
Copy-ready code
/* CSS */
color: #5544ee;
background-color: #5544ee;
/* Tailwind (arbitrary) */
class="text-[#5544ee] bg-[#5544ee]"
/* SCSS */
$brand: #5544ee;
/* SwiftUI */
Color(red: 0.333, green: 0.267, blue: 0.933)
/* Android */
Color.parseColor("#5544ee")Accessibility — WCAG contrast
Aa
#5544ee on white: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5544ee on black: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green26.7%
Blue93.3%
CMYK percentages
Cyan64.3%
Magenta71.4%
Yellow0.0%
Key (black)6.7%
Color previews
#5544ee text on a black background
contrast 3.45:1
Card sample
#5544ee text on a white background
contrast 6.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5544ee;
Background color
Panel with #5544ee background
background-color: #5544ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5544ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 68, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 68, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5544ee; background: linear-gradient(135deg, #5544ee, #C644EE);