#552ccc
a balanced, vivid violet · warm · closest name: navy
RGB
85, 44, 204
HSL
255°, 65%, 49%
CMYK
58, 78, 0, 20
Luminance
0.0809
Every format
| HEX | #552ccc |
| RGB | rgb(85, 44, 204) |
| HSL | hsl(255, 65%, 49%) |
| CMYK | cmyk(58%, 78%, 0%, 20%) |
| LAB | lab(34.2 57.2 -75.5) |
| LCH | lch(34.2 94.7 307.1) |
| OKLCH | oklch(0.458 0.225 285.0) |
Copy-ready code
/* CSS */
color: #552ccc;
background-color: #552ccc;
/* Tailwind (arbitrary) */
class="text-[#552ccc] bg-[#552ccc]"
/* SCSS */
$brand: #552ccc;
/* SwiftUI */
Color(red: 0.333, green: 0.173, blue: 0.800)
/* Android */
Color.parseColor("#552ccc")Accessibility — WCAG contrast
Aa
#552ccc on white: 8.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#552ccc on black: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green17.3%
Blue80.0%
CMYK percentages
Cyan58.3%
Magenta78.4%
Yellow0.0%
Key (black)20.0%
Color previews
#552ccc text on a black background
contrast 2.62:1
Card sample
#552ccc text on a white background
contrast 8.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #552ccc;
Background color
Panel with #552ccc background
background-color: #552ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #552ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 44, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 44, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #552ccc; background: linear-gradient(135deg, #552ccc, #C02CCC);