#552bee
a balanced, electric blue · warm · closest name: blue
RGB
85, 43, 238
HSL
253°, 85%, 55%
CMYK
64, 82, 0, 7
Luminance
0.0983
Every format
| HEX | #552bee |
| RGB | rgb(85, 43, 238) |
| HSL | hsl(253, 85%, 55%) |
| CMYK | cmyk(64%, 82%, 0%, 7%) |
| LAB | lab(37.5 66.8 -89.5) |
| LCH | lch(37.5 111.7 306.8) |
| OKLCH | oklch(0.492 0.263 280.6) |
Copy-ready code
/* CSS */
color: #552bee;
background-color: #552bee;
/* Tailwind (arbitrary) */
class="text-[#552bee] bg-[#552bee]"
/* SCSS */
$brand: #552bee;
/* SwiftUI */
Color(red: 0.333, green: 0.169, blue: 0.933)
/* Android */
Color.parseColor("#552bee")Accessibility — WCAG contrast
Aa
#552bee on white: 7.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#552bee on black: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green16.9%
Blue93.3%
CMYK percentages
Cyan64.3%
Magenta81.9%
Yellow0.0%
Key (black)6.7%
Color previews
#552bee text on a black background
contrast 2.97:1
Card sample
#552bee text on a white background
contrast 7.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #552bee;
Background color
Panel with #552bee background
background-color: #552bee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #552bee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 43, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 43, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #552bee; background: linear-gradient(135deg, #552bee, #D72BEE);