#451a21
a deep, vivid red · warm · closest name: black
RGB
69, 26, 33
HSL
350°, 45%, 19%
CMYK
0, 62, 52, 73
Luminance
0.0211
Every format
| HEX | #451a21 |
| RGB | rgb(69, 26, 33) |
| HSL | hsl(350, 45%, 19%) |
| CMYK | cmyk(0%, 62%, 52%, 73%) |
| LAB | lab(16.1 21.5 5.5) |
| LCH | lch(16.1 22.2 14.3) |
| OKLCH | oklch(0.285 0.067 12.2) |
Copy-ready code
/* CSS */
color: #451a21;
background-color: #451a21;
/* Tailwind (arbitrary) */
class="text-[#451a21] bg-[#451a21]"
/* SCSS */
$brand: #451a21;
/* SwiftUI */
Color(red: 0.271, green: 0.102, blue: 0.129)
/* Android */
Color.parseColor("#451a21")Accessibility — WCAG contrast
Aa
#451a21 on white: 14.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#451a21 on black: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green10.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta62.3%
Yellow52.2%
Key (black)72.9%
Color previews
#451a21 text on a black background
contrast 1.42:1
Card sample
#451a21 text on a white background
contrast 14.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #451a21;
Background color
Panel with #451a21 background
background-color: #451a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #451a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 26, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 26, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #451a21; background: linear-gradient(135deg, #451a21, #45301A);