#550f3d
a deep, vivid magenta / pink · warm · closest name: purple
RGB
85, 15, 61
HSL
321°, 70%, 20%
CMYK
0, 82, 28, 67
Luminance
0.0261
Every format
| HEX | #550f3d |
| RGB | rgb(85, 15, 61) |
| HSL | hsl(321, 70%, 20%) |
| CMYK | cmyk(0%, 82%, 28%, 67%) |
| LAB | lab(18.4 36.0 -10.7) |
| LCH | lch(18.4 37.5 343.5) |
| OKLCH | oklch(0.312 0.113 345.4) |
Copy-ready code
/* CSS */
color: #550f3d;
background-color: #550f3d;
/* Tailwind (arbitrary) */
class="text-[#550f3d] bg-[#550f3d]"
/* SCSS */
$brand: #550f3d;
/* SwiftUI */
Color(red: 0.333, green: 0.059, blue: 0.239)
/* Android */
Color.parseColor("#550f3d")Accessibility — WCAG contrast
Aa
#550f3d on white: 13.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#550f3d on black: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green5.9%
Blue23.9%
CMYK percentages
Cyan0.0%
Magenta82.4%
Yellow28.2%
Key (black)66.7%
Color previews
#550f3d text on a black background
contrast 1.52:1
Card sample
#550f3d text on a white background
contrast 13.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #550f3d;
Background color
Panel with #550f3d background
background-color: #550f3d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #550f3d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 15, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 15, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #550f3d; background: linear-gradient(135deg, #550f3d, #55100F);