#550ade
a balanced, electric violet · warm · closest name: blue
RGB
85, 10, 222
HSL
261°, 91%, 46%
CMYK
62, 96, 0, 13
Luminance
0.0742
Every format
| HEX | #550ade |
| RGB | rgb(85, 10, 222) |
| HSL | hsl(261, 91%, 46%) |
| CMYK | cmyk(62%, 96%, 0%, 13%) |
| LAB | lab(32.8 71.8 -88.3) |
| LCH | lch(32.8 113.8 309.1) |
| OKLCH | oklch(0.454 0.262 284.1) |
Copy-ready code
/* CSS */
color: #550ade;
background-color: #550ade;
/* Tailwind (arbitrary) */
class="text-[#550ade] bg-[#550ade]"
/* SCSS */
$brand: #550ade;
/* SwiftUI */
Color(red: 0.333, green: 0.039, blue: 0.871)
/* Android */
Color.parseColor("#550ade")Accessibility — WCAG contrast
Aa
#550ade on white: 8.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#550ade on black: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green3.9%
Blue87.1%
CMYK percentages
Cyan61.7%
Magenta95.5%
Yellow0.0%
Key (black)12.9%
Color previews
#550ade text on a black background
contrast 2.48:1
Card sample
#550ade text on a white background
contrast 8.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #550ade;
Background color
Panel with #550ade background
background-color: #550ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #550ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 10, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 10, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #550ade; background: linear-gradient(135deg, #550ade, #DE0ADA);