#671513
a deep, vivid red · warm · closest name: maroon
RGB
103, 21, 19
HSL
1°, 69%, 24%
CMYK
0, 80, 82, 60
Luminance
0.0347
Every format
| HEX | #671513 |
| RGB | rgb(103, 21, 19) |
| HSL | hsl(1, 69%, 24%) |
| CMYK | cmyk(0%, 80%, 82%, 60%) |
| LAB | lab(21.8 35.8 23.8) |
| LCH | lch(21.8 43.0 33.6) |
| OKLCH | oklch(0.340 0.116 27.0) |
Copy-ready code
/* CSS */
color: #671513;
background-color: #671513;
/* Tailwind (arbitrary) */
class="text-[#671513] bg-[#671513]"
/* SCSS */
$brand: #671513;
/* SwiftUI */
Color(red: 0.404, green: 0.082, blue: 0.075)
/* Android */
Color.parseColor("#671513")Accessibility — WCAG contrast
Aa
#671513 on white: 12.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#671513 on black: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green8.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta79.6%
Yellow81.6%
Key (black)59.6%
Color previews
#671513 text on a black background
contrast 1.69:1
Card sample
#671513 text on a white background
contrast 12.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #671513;
Background color
Panel with #671513 background
background-color: #671513;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #671513;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 21, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 21, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #671513; background: linear-gradient(135deg, #671513, #674D13);