#451007
a deep, electric red · warm · closest name: maroon
RGB
69, 16, 7
HSL
9°, 82%, 15%
CMYK
0, 77, 90, 73
Luminance
0.0165
Every format
| HEX | #451007 |
| RGB | rgb(69, 16, 7) |
| HSL | hsl(9, 82%, 15%) |
| CMYK | cmyk(0%, 77%, 90%, 73%) |
| LAB | lab(13.5 24.8 17.9) |
| LCH | lch(13.5 30.6 35.8) |
| OKLCH | oklch(0.264 0.083 32.4) |
Copy-ready code
/* CSS */
color: #451007;
background-color: #451007;
/* Tailwind (arbitrary) */
class="text-[#451007] bg-[#451007]"
/* SCSS */
$brand: #451007;
/* SwiftUI */
Color(red: 0.271, green: 0.063, blue: 0.027)
/* Android */
Color.parseColor("#451007")Accessibility — WCAG contrast
Aa
#451007 on white: 15.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#451007 on black: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green6.3%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta76.8%
Yellow89.9%
Key (black)72.9%
Color previews
#451007 text on a black background
contrast 1.33:1
Card sample
#451007 text on a white background
contrast 15.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #451007;
Background color
Panel with #451007 background
background-color: #451007;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #451007;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 16, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 16, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #451007; background: linear-gradient(135deg, #451007, #453907);