#552df9
a balanced, electric blue · warm · closest name: blue
RGB
85, 45, 249
HSL
252°, 94%, 58%
CMYK
66, 82, 0, 2
Luminance
0.1065
Every format
| HEX | #552df9 |
| RGB | rgb(85, 45, 249) |
| HSL | hsl(252, 94%, 58%) |
| CMYK | cmyk(66%, 82%, 0%, 2%) |
| LAB | lab(39.0 69.0 -93.3) |
| LCH | lch(39.0 116.0 306.5) |
| OKLCH | oklch(0.505 0.273 279.3) |
Copy-ready code
/* CSS */
color: #552df9;
background-color: #552df9;
/* Tailwind (arbitrary) */
class="text-[#552df9] bg-[#552df9]"
/* SCSS */
$brand: #552df9;
/* SwiftUI */
Color(red: 0.333, green: 0.176, blue: 0.976)
/* Android */
Color.parseColor("#552df9")Accessibility — WCAG contrast
Aa
#552df9 on white: 6.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#552df9 on black: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green17.6%
Blue97.6%
CMYK percentages
Cyan65.9%
Magenta81.9%
Yellow0.0%
Key (black)2.4%
Color previews
#552df9 text on a black background
contrast 3.13:1
Card sample
#552df9 text on a white background
contrast 6.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #552df9;
Background color
Panel with #552df9 background
background-color: #552df9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #552df9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 45, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 45, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #552df9; background: linear-gradient(135deg, #552df9, #DD2DF9);