#46151c
a deep, vivid red · warm · closest name: black
RGB
70, 21, 28
HSL
351°, 54%, 18%
CMYK
0, 70, 60, 73
Luminance
0.0192
Every format
| HEX | #46151c |
| RGB | rgb(70, 21, 28) |
| HSL | hsl(351, 54%, 18%) |
| CMYK | cmyk(0%, 70%, 60%, 73%) |
| LAB | lab(15.1 24.1 7.7) |
| LCH | lch(15.1 25.3 17.8) |
| OKLCH | oklch(0.277 0.075 15.0) |
Copy-ready code
/* CSS */
color: #46151c;
background-color: #46151c;
/* Tailwind (arbitrary) */
class="text-[#46151c] bg-[#46151c]"
/* SCSS */
$brand: #46151c;
/* SwiftUI */
Color(red: 0.275, green: 0.082, blue: 0.110)
/* Android */
Color.parseColor("#46151c")Accessibility — WCAG contrast
Aa
#46151c on white: 15.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#46151c on black: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green8.2%
Blue11.0%
CMYK percentages
Cyan0.0%
Magenta70.0%
Yellow60.0%
Key (black)72.5%
Color previews
#46151c text on a black background
contrast 1.38:1
Card sample
#46151c text on a white background
contrast 15.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46151c;
Background color
Panel with #46151c background
background-color: #46151c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46151c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 21, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 21, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46151c; background: linear-gradient(135deg, #46151c, #462F15);