#55002a
a deep, electric magenta / pink · warm · closest name: maroon
RGB
85, 0, 42
HSL
330°, 100%, 17%
CMYK
0, 100, 51, 67
Luminance
0.0210
Every format
| HEX | #55002a |
| RGB | rgb(85, 0, 42) |
| HSL | hsl(330, 100%, 17%) |
| CMYK | cmyk(0%, 100%, 51%, 67%) |
| LAB | lab(16.0 38.4 -0.7) |
| LCH | lch(16.0 38.4 358.9) |
| OKLCH | oklch(0.291 0.118 359.3) |
Copy-ready code
/* CSS */
color: #55002a;
background-color: #55002a;
/* Tailwind (arbitrary) */
class="text-[#55002a] bg-[#55002a]"
/* SCSS */
$brand: #55002a;
/* SwiftUI */
Color(red: 0.333, green: 0.000, blue: 0.165)
/* Android */
Color.parseColor("#55002a")Accessibility — WCAG contrast
Aa
#55002a on white: 14.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#55002a on black: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green0.0%
Blue16.5%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow50.6%
Key (black)66.7%
Color previews
#55002a text on a black background
contrast 1.42:1
Card sample
#55002a text on a white background
contrast 14.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #55002a;
Background color
Panel with #55002a background
background-color: #55002a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #55002a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 0, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 0, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #55002a; background: linear-gradient(135deg, #55002a, #550F00);