#601607
a deep, electric red · warm · closest name: maroon
RGB
96, 22, 7
HSL
10°, 86%, 20%
CMYK
0, 77, 93, 62
Luminance
0.0308
Every format
| HEX | #601607 |
| RGB | rgb(96, 22, 7) |
| HSL | hsl(10, 86%, 20%) |
| CMYK | cmyk(0%, 77%, 93%, 62%) |
| LAB | lab(20.4 32.5 27.6) |
| LCH | lch(20.4 42.6 40.3) |
| OKLCH | oklch(0.326 0.109 33.2) |
Copy-ready code
/* CSS */
color: #601607;
background-color: #601607;
/* Tailwind (arbitrary) */
class="text-[#601607] bg-[#601607]"
/* SCSS */
$brand: #601607;
/* SwiftUI */
Color(red: 0.376, green: 0.086, blue: 0.027)
/* Android */
Color.parseColor("#601607")Accessibility — WCAG contrast
Aa
#601607 on white: 13.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#601607 on black: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green8.6%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta77.1%
Yellow92.7%
Key (black)62.4%
Color previews
#601607 text on a black background
contrast 1.62:1
Card sample
#601607 text on a white background
contrast 13.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #601607;
Background color
Panel with #601607 background
background-color: #601607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #601607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 22, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 22, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #601607; background: linear-gradient(135deg, #601607, #605107);