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