#552b7f
a dark, vivid violet · warm · closest name: midnightblue
RGB
85, 43, 127
HSL
270°, 49%, 33%
CMYK
33, 66, 0, 50
Luminance
0.0519
Every format
| HEX | #552b7f |
| RGB | rgb(85, 43, 127) |
| HSL | hsl(270, 49%, 33%) |
| CMYK | cmyk(33%, 66%, 0%, 50%) |
| LAB | lab(27.3 36.5 -40.3) |
| LCH | lch(27.3 54.4 312.2) |
| OKLCH | oklch(0.389 0.137 303.6) |
Copy-ready code
/* CSS */
color: #552b7f;
background-color: #552b7f;
/* Tailwind (arbitrary) */
class="text-[#552b7f] bg-[#552b7f]"
/* SCSS */
$brand: #552b7f;
/* SwiftUI */
Color(red: 0.333, green: 0.169, blue: 0.498)
/* Android */
Color.parseColor("#552b7f")Accessibility — WCAG contrast
Aa
#552b7f on white: 10.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#552b7f on black: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green16.9%
Blue49.8%
CMYK percentages
Cyan33.1%
Magenta66.1%
Yellow0.0%
Key (black)50.2%
Color previews
#552b7f text on a black background
contrast 2.04:1
Card sample
#552b7f text on a white background
contrast 10.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #552b7f;
Background color
Panel with #552b7f background
background-color: #552b7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #552b7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 43, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 43, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #552b7f; background: linear-gradient(135deg, #552b7f, #7F2B71);