#552bff
a balanced, electric blue · warm · closest name: blue
RGB
85, 43, 255
HSL
252°, 100%, 58%
CMYK
67, 83, 0, 0
Luminance
0.1088
Every format
| HEX | #552bff |
| RGB | rgb(85, 43, 255) |
| HSL | hsl(252, 100%, 58%) |
| CMYK | cmyk(67%, 83%, 0%, 0%) |
| LAB | lab(39.4 71.3 -96.0) |
| LCH | lch(39.4 119.6 306.6) |
| OKLCH | oklch(0.510 0.280 278.8) |
Copy-ready code
/* CSS */
color: #552bff;
background-color: #552bff;
/* Tailwind (arbitrary) */
class="text-[#552bff] bg-[#552bff]"
/* SCSS */
$brand: #552bff;
/* SwiftUI */
Color(red: 0.333, green: 0.169, blue: 1.000)
/* Android */
Color.parseColor("#552bff")Accessibility — WCAG contrast
Aa
#552bff on white: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#552bff on black: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green16.9%
Blue100.0%
CMYK percentages
Cyan66.7%
Magenta83.1%
Yellow0.0%
Key (black)0.0%
Color previews
#552bff text on a black background
contrast 3.18:1
Card sample
#552bff text on a white background
contrast 6.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #552bff;
Background color
Panel with #552bff background
background-color: #552bff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #552bff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 43, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 43, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #552bff; background: linear-gradient(135deg, #552bff, #E22BFF);