#611405
a deep, electric red · warm · closest name: maroon
RGB
97, 20, 5
HSL
10°, 90%, 20%
CMYK
0, 79, 95, 62
Luminance
0.0305
Every format
| HEX | #611405 |
| RGB | rgb(97, 20, 5) |
| HSL | hsl(10, 90%, 20%) |
| CMYK | cmyk(0%, 79%, 95%, 62%) |
| LAB | lab(20.3 33.6 28.4) |
| LCH | lch(20.3 44.0 40.1) |
| OKLCH | oklch(0.325 0.112 33.1) |
Copy-ready code
/* CSS */
color: #611405;
background-color: #611405;
/* Tailwind (arbitrary) */
class="text-[#611405] bg-[#611405]"
/* SCSS */
$brand: #611405;
/* SwiftUI */
Color(red: 0.380, green: 0.078, blue: 0.020)
/* Android */
Color.parseColor("#611405")Accessibility — WCAG contrast
Aa
#611405 on white: 13.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#611405 on black: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green7.8%
Blue2.0%
CMYK percentages
Cyan0.0%
Magenta79.4%
Yellow94.8%
Key (black)62.0%
Color previews
#611405 text on a black background
contrast 1.61:1
Card sample
#611405 text on a white background
contrast 13.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #611405;
Background color
Panel with #611405 background
background-color: #611405;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #611405;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 20, 5, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 20, 5, 0.45);
Border & gradient
Gradient panel
border: 3px solid #611405; background: linear-gradient(135deg, #611405, #615105);