#551ade
a balanced, electric violet · warm · closest name: blue
RGB
85, 26, 222
HSL
258°, 79%, 49%
CMYK
62, 88, 0, 13
Luminance
0.0794
Every format
| HEX | #551ade |
| RGB | rgb(85, 26, 222) |
| HSL | hsl(258, 79%, 49%) |
| CMYK | cmyk(62%, 88%, 0%, 13%) |
| LAB | lab(33.9 68.4 -86.4) |
| LCH | lch(33.9 110.2 308.4) |
| OKLCH | oklch(0.462 0.256 283.6) |
Copy-ready code
/* CSS */
color: #551ade;
background-color: #551ade;
/* Tailwind (arbitrary) */
class="text-[#551ade] bg-[#551ade]"
/* SCSS */
$brand: #551ade;
/* SwiftUI */
Color(red: 0.333, green: 0.102, blue: 0.871)
/* Android */
Color.parseColor("#551ade")Accessibility — WCAG contrast
Aa
#551ade on white: 8.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#551ade on black: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green10.2%
Blue87.1%
CMYK percentages
Cyan61.7%
Magenta88.3%
Yellow0.0%
Key (black)12.9%
Color previews
#551ade text on a black background
contrast 2.59:1
Card sample
#551ade text on a white background
contrast 8.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #551ade;
Background color
Panel with #551ade background
background-color: #551ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #551ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 26, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 26, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #551ade; background: linear-gradient(135deg, #551ade, #D81ADE);