#551908
a deep, electric red · warm · closest name: maroon
RGB
85, 25, 8
HSL
13°, 83%, 18%
CMYK
0, 71, 91, 67
Luminance
0.0264
Every format
| HEX | #551908 |
| RGB | rgb(85, 25, 8) |
| HSL | hsl(13, 83%, 18%) |
| CMYK | cmyk(0%, 71%, 91%, 67%) |
| LAB | lab(18.6 26.9 24.5) |
| LCH | lch(18.6 36.4 42.3) |
| OKLCH | oklch(0.308 0.093 36.1) |
Copy-ready code
/* CSS */
color: #551908;
background-color: #551908;
/* Tailwind (arbitrary) */
class="text-[#551908] bg-[#551908]"
/* SCSS */
$brand: #551908;
/* SwiftUI */
Color(red: 0.333, green: 0.098, blue: 0.031)
/* Android */
Color.parseColor("#551908")Accessibility — WCAG contrast
Aa
#551908 on white: 13.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#551908 on black: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green9.8%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta70.6%
Yellow90.6%
Key (black)66.7%
Color previews
#551908 text on a black background
contrast 1.53:1
Card sample
#551908 text on a white background
contrast 13.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #551908;
Background color
Panel with #551908 background
background-color: #551908;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #551908;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 25, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 25, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #551908; background: linear-gradient(135deg, #551908, #554C08);