#550919
a deep, electric red · warm · closest name: maroon
RGB
85, 9, 25
HSL
347°, 81%, 18%
CMYK
0, 89, 71, 67
Luminance
0.0220
Every format
| HEX | #550919 |
| RGB | rgb(85, 9, 25) |
| HSL | hsl(347, 81%, 18%) |
| CMYK | cmyk(0%, 89%, 71%, 67%) |
| LAB | lab(16.5 34.2 12.4) |
| LCH | lch(16.5 36.3 19.9) |
| OKLCH | oklch(0.293 0.106 16.2) |
Copy-ready code
/* CSS */
color: #550919;
background-color: #550919;
/* Tailwind (arbitrary) */
class="text-[#550919] bg-[#550919]"
/* SCSS */
$brand: #550919;
/* SwiftUI */
Color(red: 0.333, green: 0.035, blue: 0.098)
/* Android */
Color.parseColor("#550919")Accessibility — WCAG contrast
Aa
#550919 on white: 14.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#550919 on black: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green3.5%
Blue9.8%
CMYK percentages
Cyan0.0%
Magenta89.4%
Yellow70.6%
Key (black)66.7%
Color previews
#550919 text on a black background
contrast 1.44:1
Card sample
#550919 text on a white background
contrast 14.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #550919;
Background color
Panel with #550919 background
background-color: #550919;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #550919;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 9, 25, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 9, 25, 0.45);
Border & gradient
Gradient panel
border: 3px solid #550919; background: linear-gradient(135deg, #550919, #552C09);