#552cdf
a balanced, vivid blue · warm · closest name: blue
RGB
85, 44, 223
HSL
254°, 74%, 52%
CMYK
62, 80, 0, 13
Luminance
0.0906
Every format
| HEX | #552cdf |
| RGB | rgb(85, 44, 223) |
| HSL | hsl(254, 74%, 52%) |
| CMYK | cmyk(62%, 80%, 0%, 13%) |
| LAB | lab(36.1 62.4 -83.3) |
| LCH | lch(36.1 104.0 306.8) |
| OKLCH | oklch(0.477 0.246 282.3) |
Copy-ready code
/* CSS */
color: #552cdf;
background-color: #552cdf;
/* Tailwind (arbitrary) */
class="text-[#552cdf] bg-[#552cdf]"
/* SCSS */
$brand: #552cdf;
/* SwiftUI */
Color(red: 0.333, green: 0.173, blue: 0.875)
/* Android */
Color.parseColor("#552cdf")Accessibility — WCAG contrast
Aa
#552cdf on white: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#552cdf on black: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green17.3%
Blue87.5%
CMYK percentages
Cyan61.9%
Magenta80.3%
Yellow0.0%
Key (black)12.5%
Color previews
#552cdf text on a black background
contrast 2.81:1
Card sample
#552cdf text on a white background
contrast 7.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #552cdf;
Background color
Panel with #552cdf background
background-color: #552cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #552cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 44, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 44, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #552cdf; background: linear-gradient(135deg, #552cdf, #CC2CDF);