#55110c
a deep, electric red · warm · closest name: maroon
RGB
85, 17, 12
HSL
4°, 75%, 19%
CMYK
0, 80, 86, 67
Luminance
0.0236
Every format
| HEX | #55110c |
| RGB | rgb(85, 17, 12) |
| HSL | hsl(4, 75%, 19%) |
| CMYK | cmyk(0%, 80%, 86%, 67%) |
| LAB | lab(17.3 30.7 21.3) |
| LCH | lch(17.3 37.4 34.8) |
| OKLCH | oklch(0.299 0.100 28.8) |
Copy-ready code
/* CSS */
color: #55110c;
background-color: #55110c;
/* Tailwind (arbitrary) */
class="text-[#55110c] bg-[#55110c]"
/* SCSS */
$brand: #55110c;
/* SwiftUI */
Color(red: 0.333, green: 0.067, blue: 0.047)
/* Android */
Color.parseColor("#55110c")Accessibility — WCAG contrast
Aa
#55110c on white: 14.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#55110c on black: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green6.7%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta80.0%
Yellow85.9%
Key (black)66.7%
Color previews
#55110c text on a black background
contrast 1.47:1
Card sample
#55110c text on a white background
contrast 14.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #55110c;
Background color
Panel with #55110c background
background-color: #55110c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #55110c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 17, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 17, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #55110c; background: linear-gradient(135deg, #55110c, #55420C);