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