#551166
a deep, vivid violet · warm · closest name: purple
RGB
85, 17, 102
HSL
288°, 71%, 23%
CMYK
17, 83, 0, 60
Luminance
0.0329
Every format
| HEX | #551166 |
| RGB | rgb(85, 17, 102) |
| HSL | hsl(288, 71%, 23%) |
| CMYK | cmyk(17%, 83%, 0%, 60%) |
| LAB | lab(21.2 42.6 -34.0) |
| LCH | lch(21.2 54.5 321.4) |
| OKLCH | oklch(0.340 0.144 318.4) |
Copy-ready code
/* CSS */
color: #551166;
background-color: #551166;
/* Tailwind (arbitrary) */
class="text-[#551166] bg-[#551166]"
/* SCSS */
$brand: #551166;
/* SwiftUI */
Color(red: 0.333, green: 0.067, blue: 0.400)
/* Android */
Color.parseColor("#551166")Accessibility — WCAG contrast
Aa
#551166 on white: 12.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#551166 on black: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green6.7%
Blue40.0%
CMYK percentages
Cyan16.7%
Magenta83.3%
Yellow0.0%
Key (black)60.0%
Color previews
#551166 text on a black background
contrast 1.66:1
Card sample
#551166 text on a white background
contrast 12.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #551166;
Background color
Panel with #551166 background
background-color: #551166;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #551166;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 17, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 17, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #551166; background: linear-gradient(135deg, #551166, #66113E);