#54171f
a deep, vivid red · warm · closest name: maroon
RGB
84, 23, 31
HSL
352°, 57%, 21%
CMYK
0, 73, 63, 67
Luminance
0.0260
Every format
| HEX | #54171f |
| RGB | rgb(84, 23, 31) |
| HSL | hsl(352, 57%, 21%) |
| CMYK | cmyk(0%, 73%, 63%, 67%) |
| LAB | lab(18.4 28.8 10.5) |
| LCH | lch(18.4 30.7 20.0) |
| OKLCH | oklch(0.307 0.090 16.7) |
Copy-ready code
/* CSS */
color: #54171f;
background-color: #54171f;
/* Tailwind (arbitrary) */
class="text-[#54171f] bg-[#54171f]"
/* SCSS */
$brand: #54171f;
/* SwiftUI */
Color(red: 0.329, green: 0.090, blue: 0.122)
/* Android */
Color.parseColor("#54171f")Accessibility — WCAG contrast
Aa
#54171f on white: 13.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#54171f on black: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green9.0%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta72.6%
Yellow63.1%
Key (black)67.1%
Color previews
#54171f text on a black background
contrast 1.52:1
Card sample
#54171f text on a white background
contrast 13.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #54171f;
Background color
Panel with #54171f background
background-color: #54171f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #54171f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 23, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 23, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #54171f; background: linear-gradient(135deg, #54171f, #543817);