#5d1f2e
a deep, vivid red · warm · closest name: black
RGB
93, 31, 46
HSL
346°, 50%, 24%
CMYK
0, 67, 51, 64
Luminance
0.0350
Every format
| HEX | #5d1f2e |
| RGB | rgb(93, 31, 46) |
| HSL | hsl(346, 50%, 24%) |
| CMYK | cmyk(0%, 67%, 51%, 64%) |
| LAB | lab(22.0 29.7 5.2) |
| LCH | lch(22.0 30.2 10.0) |
| OKLCH | oklch(0.339 0.091 8.6) |
Copy-ready code
/* CSS */
color: #5d1f2e;
background-color: #5d1f2e;
/* Tailwind (arbitrary) */
class="text-[#5d1f2e] bg-[#5d1f2e]"
/* SCSS */
$brand: #5d1f2e;
/* SwiftUI */
Color(red: 0.365, green: 0.122, blue: 0.180)
/* Android */
Color.parseColor("#5d1f2e")Accessibility — WCAG contrast
Aa
#5d1f2e on white: 12.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5d1f2e on black: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green12.2%
Blue18.0%
CMYK percentages
Cyan0.0%
Magenta66.7%
Yellow50.5%
Key (black)63.5%
Color previews
#5d1f2e text on a black background
contrast 1.70:1
Card sample
#5d1f2e text on a white background
contrast 12.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5d1f2e;
Background color
Panel with #5d1f2e background
background-color: #5d1f2e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5d1f2e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 31, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 31, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5d1f2e; background: linear-gradient(135deg, #5d1f2e, #5D391F);