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