#551199
a dark, electric violet · warm · closest name: indigo
RGB
85, 17, 153
HSL
270°, 80%, 33%
CMYK
44, 89, 0, 40
Luminance
0.0463
Every format
| HEX | #551199 |
| RGB | rgb(85, 17, 153) |
| HSL | hsl(270, 80%, 33%) |
| CMYK | cmyk(44%, 89%, 0%, 40%) |
| LAB | lab(25.7 54.0 -59.0) |
| LCH | lch(25.7 80.0 312.5) |
| OKLCH | oklch(0.384 0.193 298.6) |
Copy-ready code
/* CSS */
color: #551199;
background-color: #551199;
/* Tailwind (arbitrary) */
class="text-[#551199] bg-[#551199]"
/* SCSS */
$brand: #551199;
/* SwiftUI */
Color(red: 0.333, green: 0.067, blue: 0.600)
/* Android */
Color.parseColor("#551199")Accessibility — WCAG contrast
Aa
#551199 on white: 10.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#551199 on black: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green6.7%
Blue60.0%
CMYK percentages
Cyan44.4%
Magenta88.9%
Yellow0.0%
Key (black)40.0%
Color previews
#551199 text on a black background
contrast 1.93:1
Card sample
#551199 text on a white background
contrast 10.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #551199;
Background color
Panel with #551199 background
background-color: #551199;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #551199;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 17, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 17, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #551199; background: linear-gradient(135deg, #551199, #991182);