#552bfc
a balanced, electric blue · warm · closest name: blue
RGB
85, 43, 252
HSL
252°, 97%, 58%
CMYK
66, 83, 0, 1
Luminance
0.1069
Every format
| HEX | #552bfc |
| RGB | rgb(85, 43, 252) |
| HSL | hsl(252, 97%, 58%) |
| CMYK | cmyk(66%, 83%, 0%, 1%) |
| LAB | lab(39.0 70.5 -94.8) |
| LCH | lch(39.0 118.2 306.6) |
| OKLCH | oklch(0.507 0.277 279.1) |
Copy-ready code
/* CSS */
color: #552bfc;
background-color: #552bfc;
/* Tailwind (arbitrary) */
class="text-[#552bfc] bg-[#552bfc]"
/* SCSS */
$brand: #552bfc;
/* SwiftUI */
Color(red: 0.333, green: 0.169, blue: 0.988)
/* Android */
Color.parseColor("#552bfc")Accessibility — WCAG contrast
Aa
#552bfc on white: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#552bfc on black: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green16.9%
Blue98.8%
CMYK percentages
Cyan66.3%
Magenta82.9%
Yellow0.0%
Key (black)1.2%
Color previews
#552bfc text on a black background
contrast 3.14:1
Card sample
#552bfc text on a white background
contrast 6.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #552bfc;
Background color
Panel with #552bfc background
background-color: #552bfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #552bfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 43, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 43, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #552bfc; background: linear-gradient(135deg, #552bfc, #E02BFC);