#6c373c
a dark, soft red · warm · closest name: sienna
RGB
108, 55, 60
HSL
354°, 33%, 32%
CMYK
0, 49, 44, 58
Luminance
0.0625
Every format
| HEX | #6c373c |
| RGB | rgb(108, 55, 60) |
| HSL | hsl(354, 33%, 32%) |
| CMYK | cmyk(0%, 49%, 44%, 58%) |
| LAB | lab(30.0 24.0 7.5) |
| LCH | lch(30.0 25.2 17.4) |
| OKLCH | oklch(0.406 0.075 15.0) |
Copy-ready code
/* CSS */
color: #6c373c;
background-color: #6c373c;
/* Tailwind (arbitrary) */
class="text-[#6c373c] bg-[#6c373c]"
/* SCSS */
$brand: #6c373c;
/* SwiftUI */
Color(red: 0.424, green: 0.216, blue: 0.235)
/* Android */
Color.parseColor("#6c373c")Accessibility — WCAG contrast
Aa
#6c373c on white: 9.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6c373c on black: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green21.6%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta49.1%
Yellow44.4%
Key (black)57.6%
Color previews
#6c373c text on a black background
contrast 2.25:1
Card sample
#6c373c text on a white background
contrast 9.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6c373c;
Background color
Panel with #6c373c background
background-color: #6c373c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6c373c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 55, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 55, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6c373c; background: linear-gradient(135deg, #6c373c, #6C5537);