#681c2f
a dark, vivid red · warm · closest name: maroon
RGB
104, 28, 47
HSL
345°, 58%, 26%
CMYK
0, 73, 55, 59
Luminance
0.0398
Every format
| HEX | #681c2f |
| RGB | rgb(104, 28, 47) |
| HSL | hsl(345, 58%, 26%) |
| CMYK | cmyk(0%, 73%, 55%, 59%) |
| LAB | lab(23.6 35.2 7.2) |
| LCH | lch(23.6 35.9 11.5) |
| OKLCH | oklch(0.355 0.108 9.7) |
Copy-ready code
/* CSS */
color: #681c2f;
background-color: #681c2f;
/* Tailwind (arbitrary) */
class="text-[#681c2f] bg-[#681c2f]"
/* SCSS */
$brand: #681c2f;
/* SwiftUI */
Color(red: 0.408, green: 0.110, blue: 0.184)
/* Android */
Color.parseColor("#681c2f")Accessibility — WCAG contrast
Aa
#681c2f on white: 11.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#681c2f on black: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green11.0%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta73.1%
Yellow54.8%
Key (black)59.2%
Color previews
#681c2f text on a black background
contrast 1.80:1
Card sample
#681c2f text on a white background
contrast 11.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #681c2f;
Background color
Panel with #681c2f background
background-color: #681c2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #681c2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 28, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 28, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #681c2f; background: linear-gradient(135deg, #681c2f, #683C1C);