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