#6c3c18
a dark, vivid orange · warm · closest name: sienna
RGB
108, 60, 24
HSL
26°, 64%, 26%
CMYK
0, 44, 78, 58
Luminance
0.0649
Every format
| HEX | #6c3c18 |
| RGB | rgb(108, 60, 24) |
| HSL | hsl(26, 64%, 26%) |
| CMYK | cmyk(0%, 44%, 78%, 58%) |
| LAB | lab(30.6 17.9 30.4) |
| LCH | lch(30.6 35.3 59.5) |
| OKLCH | oklch(0.408 0.083 54.4) |
Copy-ready code
/* CSS */
color: #6c3c18;
background-color: #6c3c18;
/* Tailwind (arbitrary) */
class="text-[#6c3c18] bg-[#6c3c18]"
/* SCSS */
$brand: #6c3c18;
/* SwiftUI */
Color(red: 0.424, green: 0.235, blue: 0.094)
/* Android */
Color.parseColor("#6c3c18")Accessibility — WCAG contrast
Aa
#6c3c18 on white: 9.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6c3c18 on black: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green23.5%
Blue9.4%
CMYK percentages
Cyan0.0%
Magenta44.4%
Yellow77.8%
Key (black)57.6%
Color previews
#6c3c18 text on a black background
contrast 2.30:1
Card sample
#6c3c18 text on a white background
contrast 9.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6c3c18;
Background color
Panel with #6c3c18 background
background-color: #6c3c18;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6c3c18;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 60, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 60, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6c3c18; background: linear-gradient(135deg, #6c3c18, #646C18);