#552ad5
a balanced, vivid violet · warm · closest name: navy
RGB
85, 42, 213
HSL
255°, 67%, 50%
CMYK
60, 80, 0, 17
Luminance
0.0839
Every format
| HEX | #552ad5 |
| RGB | rgb(85, 42, 213) |
| HSL | hsl(255, 67%, 50%) |
| CMYK | cmyk(60%, 80%, 0%, 17%) |
| LAB | lab(34.8 60.5 -79.7) |
| LCH | lch(34.8 100.1 307.2) |
| OKLCH | oklch(0.465 0.237 283.8) |
Copy-ready code
/* CSS */
color: #552ad5;
background-color: #552ad5;
/* Tailwind (arbitrary) */
class="text-[#552ad5] bg-[#552ad5]"
/* SCSS */
$brand: #552ad5;
/* SwiftUI */
Color(red: 0.333, green: 0.165, blue: 0.835)
/* Android */
Color.parseColor("#552ad5")Accessibility — WCAG contrast
Aa
#552ad5 on white: 7.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#552ad5 on black: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green16.5%
Blue83.5%
CMYK percentages
Cyan60.1%
Magenta80.3%
Yellow0.0%
Key (black)16.5%
Color previews
#552ad5 text on a black background
contrast 2.68:1
Card sample
#552ad5 text on a white background
contrast 7.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #552ad5;
Background color
Panel with #552ad5 background
background-color: #552ad5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #552ad5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 42, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 42, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #552ad5; background: linear-gradient(135deg, #552ad5, #C72AD5);