#601708
a deep, electric red · warm · closest name: maroon
RGB
96, 23, 8
HSL
10°, 85%, 20%
CMYK
0, 76, 92, 62
Luminance
0.0312
Every format
| HEX | #601708 |
| RGB | rgb(96, 23, 8) |
| HSL | hsl(10, 85%, 20%) |
| CMYK | cmyk(0%, 76%, 92%, 62%) |
| LAB | lab(20.5 32.1 27.4) |
| LCH | lch(20.5 42.2 40.4) |
| OKLCH | oklch(0.327 0.108 33.3) |
Copy-ready code
/* CSS */
color: #601708;
background-color: #601708;
/* Tailwind (arbitrary) */
class="text-[#601708] bg-[#601708]"
/* SCSS */
$brand: #601708;
/* SwiftUI */
Color(red: 0.376, green: 0.090, blue: 0.031)
/* Android */
Color.parseColor("#601708")Accessibility — WCAG contrast
Aa
#601708 on white: 12.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#601708 on black: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green9.0%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta76.0%
Yellow91.7%
Key (black)62.4%
Color previews
#601708 text on a black background
contrast 1.62:1
Card sample
#601708 text on a white background
contrast 12.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #601708;
Background color
Panel with #601708 background
background-color: #601708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #601708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 23, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 23, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #601708; background: linear-gradient(135deg, #601708, #605208);