#552aea
a balanced, electric blue · warm · closest name: blue
RGB
85, 42, 234
HSL
253°, 82%, 54%
CMYK
64, 82, 0, 8
Luminance
0.0953
Every format
| HEX | #552aea |
| RGB | rgb(85, 42, 234) |
| HSL | hsl(253, 82%, 54%) |
| CMYK | cmyk(64%, 82%, 0%, 8%) |
| LAB | lab(37.0 66.1 -88.1) |
| LCH | lch(37.0 110.2 306.9) |
| OKLCH | oklch(0.487 0.259 281.1) |
Copy-ready code
/* CSS */
color: #552aea;
background-color: #552aea;
/* Tailwind (arbitrary) */
class="text-[#552aea] bg-[#552aea]"
/* SCSS */
$brand: #552aea;
/* SwiftUI */
Color(red: 0.333, green: 0.165, blue: 0.918)
/* Android */
Color.parseColor("#552aea")Accessibility — WCAG contrast
Aa
#552aea on white: 7.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#552aea on black: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green16.5%
Blue91.8%
CMYK percentages
Cyan63.7%
Magenta82.1%
Yellow0.0%
Key (black)8.2%
Color previews
#552aea text on a black background
contrast 2.91:1
Card sample
#552aea text on a white background
contrast 7.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #552aea;
Background color
Panel with #552aea background
background-color: #552aea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #552aea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 42, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 42, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #552aea; background: linear-gradient(135deg, #552aea, #D52AEA);