#6c2f2f
a dark, soft red · warm · closest name: sienna
RGB
108, 47, 47
HSL
0°, 39%, 30%
CMYK
0, 57, 57, 58
Luminance
0.0543
Every format
| HEX | #6c2f2f |
| RGB | rgb(108, 47, 47) |
| HSL | hsl(0, 39%, 30%) |
| CMYK | cmyk(0%, 57%, 57%, 58%) |
| LAB | lab(27.9 27.2 13.2) |
| LCH | lch(27.9 30.2 25.9) |
| OKLCH | oklch(0.389 0.087 22.0) |
Copy-ready code
/* CSS */
color: #6c2f2f;
background-color: #6c2f2f;
/* Tailwind (arbitrary) */
class="text-[#6c2f2f] bg-[#6c2f2f]"
/* SCSS */
$brand: #6c2f2f;
/* SwiftUI */
Color(red: 0.424, green: 0.184, blue: 0.184)
/* Android */
Color.parseColor("#6c2f2f")Accessibility — WCAG contrast
Aa
#6c2f2f on white: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6c2f2f on black: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green18.4%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta56.5%
Yellow56.5%
Key (black)57.6%
Color previews
#6c2f2f text on a black background
contrast 2.09:1
Card sample
#6c2f2f text on a white background
contrast 10.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6c2f2f;
Background color
Panel with #6c2f2f background
background-color: #6c2f2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6c2f2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 47, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 47, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6c2f2f; background: linear-gradient(135deg, #6c2f2f, #6C582F);