#450c13
a deep, vivid red · warm · closest name: black
RGB
69, 12, 19
HSL
353°, 70%, 16%
CMYK
0, 83, 73, 73
Luminance
0.0158
Every format
| HEX | #450c13 |
| RGB | rgb(69, 12, 19) |
| HSL | hsl(353, 70%, 16%) |
| CMYK | cmyk(0%, 83%, 73%, 73%) |
| LAB | lab(13.1 27.3 11.4) |
| LCH | lch(13.1 29.6 22.7) |
| OKLCH | oklch(0.261 0.086 18.9) |
Copy-ready code
/* CSS */
color: #450c13;
background-color: #450c13;
/* Tailwind (arbitrary) */
class="text-[#450c13] bg-[#450c13]"
/* SCSS */
$brand: #450c13;
/* SwiftUI */
Color(red: 0.271, green: 0.047, blue: 0.075)
/* Android */
Color.parseColor("#450c13")Accessibility — WCAG contrast
Aa
#450c13 on white: 15.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#450c13 on black: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green4.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta82.6%
Yellow72.5%
Key (black)72.9%
Color previews
#450c13 text on a black background
contrast 1.32:1
Card sample
#450c13 text on a white background
contrast 15.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #450c13;
Background color
Panel with #450c13 background
background-color: #450c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #450c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 12, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 12, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #450c13; background: linear-gradient(135deg, #450c13, #452B0C);