#552cfd
a balanced, electric blue · warm · closest name: blue
RGB
85, 44, 253
HSL
252°, 98%, 58%
CMYK
66, 83, 0, 1
Luminance
0.1082
Every format
| HEX | #552cfd |
| RGB | rgb(85, 44, 253) |
| HSL | hsl(252, 98%, 58%) |
| CMYK | cmyk(66%, 83%, 0%, 1%) |
| LAB | lab(39.3 70.4 -95.0) |
| LCH | lch(39.3 118.3 306.5) |
| OKLCH | oklch(0.509 0.278 278.9) |
Copy-ready code
/* CSS */
color: #552cfd;
background-color: #552cfd;
/* Tailwind (arbitrary) */
class="text-[#552cfd] bg-[#552cfd]"
/* SCSS */
$brand: #552cfd;
/* SwiftUI */
Color(red: 0.333, green: 0.173, blue: 0.992)
/* Android */
Color.parseColor("#552cfd")Accessibility — WCAG contrast
Aa
#552cfd on white: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#552cfd on black: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green17.3%
Blue99.2%
CMYK percentages
Cyan66.4%
Magenta82.6%
Yellow0.0%
Key (black)0.8%
Color previews
#552cfd text on a black background
contrast 3.16:1
Card sample
#552cfd text on a white background
contrast 6.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #552cfd;
Background color
Panel with #552cfd background
background-color: #552cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #552cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 44, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 44, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #552cfd; background: linear-gradient(135deg, #552cfd, #E02CFD);