#552b86
a dark, vivid violet · warm · closest name: midnightblue
RGB
85, 43, 134
HSL
268°, 51%, 35%
CMYK
37, 68, 0, 48
Luminance
0.0538
Every format
| HEX | #552b86 |
| RGB | rgb(85, 43, 134) |
| HSL | hsl(268, 51%, 35%) |
| CMYK | cmyk(37%, 68%, 0%, 48%) |
| LAB | lab(27.8 38.4 -43.8) |
| LCH | lch(27.8 58.3 311.2) |
| OKLCH | oklch(0.394 0.146 301.1) |
Copy-ready code
/* CSS */
color: #552b86;
background-color: #552b86;
/* Tailwind (arbitrary) */
class="text-[#552b86] bg-[#552b86]"
/* SCSS */
$brand: #552b86;
/* SwiftUI */
Color(red: 0.333, green: 0.169, blue: 0.525)
/* Android */
Color.parseColor("#552b86")Accessibility — WCAG contrast
Aa
#552b86 on white: 10.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#552b86 on black: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green16.9%
Blue52.5%
CMYK percentages
Cyan36.6%
Magenta67.9%
Yellow0.0%
Key (black)47.5%
Color previews
#552b86 text on a black background
contrast 2.08:1
Card sample
#552b86 text on a white background
contrast 10.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #552b86;
Background color
Panel with #552b86 background
background-color: #552b86;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #552b86;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 43, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 43, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #552b86; background: linear-gradient(135deg, #552b86, #862B7A);