#552ae3
a balanced, electric blue · warm · closest name: blue
RGB
85, 42, 227
HSL
254°, 77%, 53%
CMYK
63, 82, 0, 11
Luminance
0.0913
Every format
| HEX | #552ae3 |
| RGB | rgb(85, 42, 227) |
| HSL | hsl(254, 77%, 53%) |
| CMYK | cmyk(63%, 82%, 0%, 11%) |
| LAB | lab(36.2 64.3 -85.3) |
| LCH | lch(36.2 106.8 307.0) |
| OKLCH | oklch(0.480 0.252 282.0) |
Copy-ready code
/* CSS */
color: #552ae3;
background-color: #552ae3;
/* Tailwind (arbitrary) */
class="text-[#552ae3] bg-[#552ae3]"
/* SCSS */
$brand: #552ae3;
/* SwiftUI */
Color(red: 0.333, green: 0.165, blue: 0.890)
/* Android */
Color.parseColor("#552ae3")Accessibility — WCAG contrast
Aa
#552ae3 on white: 7.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#552ae3 on black: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green16.5%
Blue89.0%
CMYK percentages
Cyan62.6%
Magenta81.5%
Yellow0.0%
Key (black)11.0%
Color previews
#552ae3 text on a black background
contrast 2.83:1
Card sample
#552ae3 text on a white background
contrast 7.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #552ae3;
Background color
Panel with #552ae3 background
background-color: #552ae3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #552ae3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 42, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 42, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #552ae3; background: linear-gradient(135deg, #552ae3, #D02AE3);