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