#46110c
a deep, vivid red · warm · closest name: black
RGB
70, 17, 12
HSL
5°, 71%, 16%
CMYK
0, 76, 83, 73
Luminance
0.0173
Every format
| HEX | #46110c |
| RGB | rgb(70, 17, 12) |
| HSL | hsl(5, 71%, 16%) |
| CMYK | cmyk(0%, 76%, 83%, 73%) |
| LAB | lab(14.0 25.0 16.5) |
| LCH | lch(14.0 29.9 33.4) |
| OKLCH | oklch(0.268 0.082 29.0) |
Copy-ready code
/* CSS */
color: #46110c;
background-color: #46110c;
/* Tailwind (arbitrary) */
class="text-[#46110c] bg-[#46110c]"
/* SCSS */
$brand: #46110c;
/* SwiftUI */
Color(red: 0.275, green: 0.067, blue: 0.047)
/* Android */
Color.parseColor("#46110c")Accessibility — WCAG contrast
Aa
#46110c on white: 15.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#46110c on black: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green6.7%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta75.7%
Yellow82.9%
Key (black)72.5%
Color previews
#46110c text on a black background
contrast 1.35:1
Card sample
#46110c text on a white background
contrast 15.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46110c;
Background color
Panel with #46110c background
background-color: #46110c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46110c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 17, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 17, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46110c; background: linear-gradient(135deg, #46110c, #46380C);