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