#45110c
a deep, vivid red · warm · closest name: black
RGB
69, 17, 12
HSL
5°, 70%, 16%
CMYK
0, 75, 83, 73
Luminance
0.0169
Every format
| HEX | #45110c |
| RGB | rgb(69, 17, 12) |
| HSL | hsl(5, 70%, 16%) |
| CMYK | cmyk(0%, 75%, 83%, 73%) |
| LAB | lab(13.8 24.6 16.2) |
| LCH | lch(13.8 29.4 33.3) |
| OKLCH | oklch(0.266 0.081 29.1) |
Copy-ready code
/* CSS */
color: #45110c;
background-color: #45110c;
/* Tailwind (arbitrary) */
class="text-[#45110c] bg-[#45110c]"
/* SCSS */
$brand: #45110c;
/* SwiftUI */
Color(red: 0.271, green: 0.067, blue: 0.047)
/* Android */
Color.parseColor("#45110c")Accessibility — WCAG contrast
Aa
#45110c on white: 15.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#45110c on black: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green6.7%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta75.4%
Yellow82.6%
Key (black)72.9%
Color previews
#45110c text on a black background
contrast 1.34:1
Card sample
#45110c text on a white background
contrast 15.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45110c;
Background color
Panel with #45110c background
background-color: #45110c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45110c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 17, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 17, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45110c; background: linear-gradient(135deg, #45110c, #45370C);