#550607
a deep, electric red · warm · closest name: maroon
RGB
85, 6, 7
HSL
359°, 87%, 18%
CMYK
0, 93, 92, 67
Luminance
0.0208
Every format
| HEX | #550607 |
| RGB | rgb(85, 6, 7) |
| HSL | hsl(359, 87%, 18%) |
| CMYK | cmyk(0%, 93%, 92%, 67%) |
| LAB | lab(15.9 34.3 21.7) |
| LCH | lch(15.9 40.5 32.3) |
| OKLCH | oklch(0.288 0.110 27.2) |
Copy-ready code
/* CSS */
color: #550607;
background-color: #550607;
/* Tailwind (arbitrary) */
class="text-[#550607] bg-[#550607]"
/* SCSS */
$brand: #550607;
/* SwiftUI */
Color(red: 0.333, green: 0.024, blue: 0.027)
/* Android */
Color.parseColor("#550607")Accessibility — WCAG contrast
Aa
#550607 on white: 14.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#550607 on black: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green2.4%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta92.9%
Yellow91.8%
Key (black)66.7%
Color previews
#550607 text on a black background
contrast 1.42:1
Card sample
#550607 text on a white background
contrast 14.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #550607;
Background color
Panel with #550607 background
background-color: #550607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #550607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 6, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 6, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #550607; background: linear-gradient(135deg, #550607, #553906);