#451613
a deep, vivid red · warm · closest name: black
RGB
69, 22, 19
HSL
4°, 57%, 17%
CMYK
0, 68, 73, 73
Luminance
0.0189
Every format
| HEX | #451613 |
| RGB | rgb(69, 22, 19) |
| HSL | hsl(4, 57%, 17%) |
| CMYK | cmyk(0%, 68%, 73%, 73%) |
| LAB | lab(14.9 22.4 13.8) |
| LCH | lch(14.9 26.3 31.6) |
| OKLCH | oklch(0.275 0.073 26.6) |
Copy-ready code
/* CSS */
color: #451613;
background-color: #451613;
/* Tailwind (arbitrary) */
class="text-[#451613] bg-[#451613]"
/* SCSS */
$brand: #451613;
/* SwiftUI */
Color(red: 0.271, green: 0.086, blue: 0.075)
/* Android */
Color.parseColor("#451613")Accessibility — WCAG contrast
Aa
#451613 on white: 15.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#451613 on black: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green8.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta68.1%
Yellow72.5%
Key (black)72.9%
Color previews
#451613 text on a black background
contrast 1.38:1
Card sample
#451613 text on a white background
contrast 15.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #451613;
Background color
Panel with #451613 background
background-color: #451613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #451613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 22, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 22, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #451613; background: linear-gradient(135deg, #451613, #453713);