#552266
a dark, vivid violet · warm · closest name: midnightblue
RGB
85, 34, 102
HSL
285°, 50%, 27%
CMYK
17, 67, 0, 60
Luminance
0.0403
Every format
| HEX | #552266 |
| RGB | rgb(85, 34, 102) |
| HSL | hsl(285, 50%, 27%) |
| CMYK | cmyk(17%, 67%, 0%, 60%) |
| LAB | lab(23.8 35.2 -29.9) |
| LCH | lch(23.8 46.2 319.7) |
| OKLCH | oklch(0.358 0.122 316.7) |
Copy-ready code
/* CSS */
color: #552266;
background-color: #552266;
/* Tailwind (arbitrary) */
class="text-[#552266] bg-[#552266]"
/* SCSS */
$brand: #552266;
/* SwiftUI */
Color(red: 0.333, green: 0.133, blue: 0.400)
/* Android */
Color.parseColor("#552266")Accessibility — WCAG contrast
Aa
#552266 on white: 11.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#552266 on black: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green13.3%
Blue40.0%
CMYK percentages
Cyan16.7%
Magenta66.7%
Yellow0.0%
Key (black)60.0%
Color previews
#552266 text on a black background
contrast 1.81:1
Card sample
#552266 text on a white background
contrast 11.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #552266;
Background color
Panel with #552266 background
background-color: #552266;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #552266;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 34, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 34, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #552266; background: linear-gradient(135deg, #552266, #66224A);