#551177
a dark, electric violet · warm · closest name: indigo
RGB
85, 17, 119
HSL
280°, 75%, 27%
CMYK
29, 86, 0, 53
Luminance
0.0366
Every format
| HEX | #551177 |
| RGB | rgb(85, 17, 119) |
| HSL | hsl(280, 75%, 27%) |
| CMYK | cmyk(29%, 86%, 0%, 53%) |
| LAB | lab(22.5 46.2 -42.9) |
| LCH | lch(22.5 63.0 317.2) |
| OKLCH | oklch(0.353 0.160 310.6) |
Copy-ready code
/* CSS */
color: #551177;
background-color: #551177;
/* Tailwind (arbitrary) */
class="text-[#551177] bg-[#551177]"
/* SCSS */
$brand: #551177;
/* SwiftUI */
Color(red: 0.333, green: 0.067, blue: 0.467)
/* Android */
Color.parseColor("#551177")Accessibility — WCAG contrast
Aa
#551177 on white: 12.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#551177 on black: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green6.7%
Blue46.7%
CMYK percentages
Cyan28.6%
Magenta85.7%
Yellow0.0%
Key (black)53.3%
Color previews
#551177 text on a black background
contrast 1.73:1
Card sample
#551177 text on a white background
contrast 12.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #551177;
Background color
Panel with #551177 background
background-color: #551177;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #551177;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 17, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 17, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #551177; background: linear-gradient(135deg, #551177, #771155);