#671c13
a deep, vivid red · warm · closest name: maroon
RGB
103, 28, 19
HSL
6°, 69%, 24%
CMYK
0, 73, 82, 60
Luminance
0.0376
Every format
| HEX | #671c13 |
| RGB | rgb(103, 28, 19) |
| HSL | hsl(6, 69%, 24%) |
| CMYK | cmyk(0%, 73%, 82%, 60%) |
| LAB | lab(22.9 32.9 24.9) |
| LCH | lch(22.9 41.3 37.0) |
| OKLCH | oklch(0.348 0.109 30.2) |
Copy-ready code
/* CSS */
color: #671c13;
background-color: #671c13;
/* Tailwind (arbitrary) */
class="text-[#671c13] bg-[#671c13]"
/* SCSS */
$brand: #671c13;
/* SwiftUI */
Color(red: 0.404, green: 0.110, blue: 0.075)
/* Android */
Color.parseColor("#671c13")Accessibility — WCAG contrast
Aa
#671c13 on white: 11.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#671c13 on black: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green11.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta72.8%
Yellow81.6%
Key (black)59.6%
Color previews
#671c13 text on a black background
contrast 1.75:1
Card sample
#671c13 text on a white background
contrast 11.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #671c13;
Background color
Panel with #671c13 background
background-color: #671c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #671c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 28, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 28, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #671c13; background: linear-gradient(135deg, #671c13, #675413);