#551372
a dark, vivid violet · warm · closest name: indigo
RGB
85, 19, 114
HSL
282°, 71%, 26%
CMYK
25, 83, 0, 55
Luminance
0.0361
Every format
| HEX | #551372 |
| RGB | rgb(85, 19, 114) |
| HSL | hsl(282, 71%, 26%) |
| CMYK | cmyk(25%, 83%, 0%, 55%) |
| LAB | lab(22.4 44.5 -40.0) |
| LCH | lch(22.4 59.8 318.1) |
| OKLCH | oklch(0.351 0.154 312.5) |
Copy-ready code
/* CSS */
color: #551372;
background-color: #551372;
/* Tailwind (arbitrary) */
class="text-[#551372] bg-[#551372]"
/* SCSS */
$brand: #551372;
/* SwiftUI */
Color(red: 0.333, green: 0.075, blue: 0.447)
/* Android */
Color.parseColor("#551372")Accessibility — WCAG contrast
Aa
#551372 on white: 12.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#551372 on black: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green7.5%
Blue44.7%
CMYK percentages
Cyan25.4%
Magenta83.3%
Yellow0.0%
Key (black)55.3%
Color previews
#551372 text on a black background
contrast 1.72:1
Card sample
#551372 text on a white background
contrast 12.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #551372;
Background color
Panel with #551372 background
background-color: #551372;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #551372;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 19, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 19, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #551372; background: linear-gradient(135deg, #551372, #721350);