#550025
a deep, electric magenta / pink · warm · closest name: maroon
RGB
85, 0, 37
HSL
334°, 100%, 17%
CMYK
0, 100, 57, 67
Luminance
0.0206
Every format
| HEX | #550025 |
| RGB | rgb(85, 0, 37) |
| HSL | hsl(334, 100%, 17%) |
| CMYK | cmyk(0%, 100%, 57%, 67%) |
| LAB | lab(15.8 37.9 2.7) |
| LCH | lch(15.8 38.0 4.1) |
| OKLCH | oklch(0.290 0.117 3.5) |
Copy-ready code
/* CSS */
color: #550025;
background-color: #550025;
/* Tailwind (arbitrary) */
class="text-[#550025] bg-[#550025]"
/* SCSS */
$brand: #550025;
/* SwiftUI */
Color(red: 0.333, green: 0.000, blue: 0.145)
/* Android */
Color.parseColor("#550025")Accessibility — WCAG contrast
Aa
#550025 on white: 14.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#550025 on black: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green0.0%
Blue14.5%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow56.5%
Key (black)66.7%
Color previews
#550025 text on a black background
contrast 1.41:1
Card sample
#550025 text on a white background
contrast 14.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #550025;
Background color
Panel with #550025 background
background-color: #550025;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #550025;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 0, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 0, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #550025; background: linear-gradient(135deg, #550025, #551400);