#541908
a deep, electric red · warm · closest name: maroon
RGB
84, 25, 8
HSL
13°, 83%, 18%
CMYK
0, 70, 91, 67
Luminance
0.0260
Every format
| HEX | #541908 |
| RGB | rgb(84, 25, 8) |
| HSL | hsl(13, 83%, 18%) |
| CMYK | cmyk(0%, 70%, 91%, 67%) |
| LAB | lab(18.4 26.5 24.2) |
| LCH | lch(18.4 35.9 42.4) |
| OKLCH | oklch(0.306 0.092 36.2) |
Copy-ready code
/* CSS */
color: #541908;
background-color: #541908;
/* Tailwind (arbitrary) */
class="text-[#541908] bg-[#541908]"
/* SCSS */
$brand: #541908;
/* SwiftUI */
Color(red: 0.329, green: 0.098, blue: 0.031)
/* Android */
Color.parseColor("#541908")Accessibility — WCAG contrast
Aa
#541908 on white: 13.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#541908 on black: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green9.8%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta70.2%
Yellow90.5%
Key (black)67.1%
Color previews
#541908 text on a black background
contrast 1.52:1
Card sample
#541908 text on a white background
contrast 13.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #541908;
Background color
Panel with #541908 background
background-color: #541908;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #541908;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 25, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 25, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #541908; background: linear-gradient(135deg, #541908, #544B08);