#550c01
a deep, electric red · warm · closest name: maroon
RGB
85, 12, 1
HSL
8°, 98%, 17%
CMYK
0, 86, 99, 67
Luminance
0.0220
Every format
| HEX | #550c01 |
| RGB | rgb(85, 12, 1) |
| HSL | hsl(8, 98%, 17%) |
| CMYK | cmyk(0%, 86%, 99%, 67%) |
| LAB | lab(16.5 32.2 24.9) |
| LCH | lch(16.5 40.7 37.7) |
| OKLCH | oklch(0.292 0.106 32.8) |
Copy-ready code
/* CSS */
color: #550c01;
background-color: #550c01;
/* Tailwind (arbitrary) */
class="text-[#550c01] bg-[#550c01]"
/* SCSS */
$brand: #550c01;
/* SwiftUI */
Color(red: 0.333, green: 0.047, blue: 0.004)
/* Android */
Color.parseColor("#550c01")Accessibility — WCAG contrast
Aa
#550c01 on white: 14.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#550c01 on black: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green4.7%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta85.9%
Yellow98.8%
Key (black)66.7%
Color previews
#550c01 text on a black background
contrast 1.44:1
Card sample
#550c01 text on a white background
contrast 14.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #550c01;
Background color
Panel with #550c01 background
background-color: #550c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #550c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 12, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 12, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #550c01; background: linear-gradient(135deg, #550c01, #554401);