#552255
a deep, soft magenta / pink · warm · closest name: midnightblue
RGB
85, 34, 85
HSL
300°, 43%, 23%
CMYK
0, 60, 0, 67
Luminance
0.0373
Every format
| HEX | #552255 |
| RGB | rgb(85, 34, 85) |
| HSL | hsl(300, 43%, 23%) |
| CMYK | cmyk(0%, 60%, 0%, 67%) |
| LAB | lab(22.8 31.5 -20.3) |
| LCH | lch(22.8 37.5 327.3) |
| OKLCH | oklch(0.347 0.104 327.5) |
Copy-ready code
/* CSS */
color: #552255;
background-color: #552255;
/* Tailwind (arbitrary) */
class="text-[#552255] bg-[#552255]"
/* SCSS */
$brand: #552255;
/* SwiftUI */
Color(red: 0.333, green: 0.133, blue: 0.333)
/* Android */
Color.parseColor("#552255")Accessibility — WCAG contrast
Aa
#552255 on white: 12.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#552255 on black: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green13.3%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta60.0%
Yellow0.0%
Key (black)66.7%
Color previews
#552255 text on a black background
contrast 1.75:1
Card sample
#552255 text on a white background
contrast 12.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #552255;
Background color
Panel with #552255 background
background-color: #552255;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #552255;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 34, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 34, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #552255; background: linear-gradient(135deg, #552255, #552233);