#643c2c
a dark, soft orange · warm · closest name: sienna
RGB
100, 60, 44
HSL
17°, 39%, 28%
CMYK
0, 40, 56, 61
Luminance
0.0612
Every format
| HEX | #643c2c |
| RGB | rgb(100, 60, 44) |
| HSL | hsl(17, 39%, 28%) |
| CMYK | cmyk(0%, 40%, 56%, 61%) |
| LAB | lab(29.7 15.7 17.3) |
| LCH | lch(29.7 23.3 47.7) |
| OKLCH | oklch(0.400 0.062 42.4) |
Copy-ready code
/* CSS */
color: #643c2c;
background-color: #643c2c;
/* Tailwind (arbitrary) */
class="text-[#643c2c] bg-[#643c2c]"
/* SCSS */
$brand: #643c2c;
/* SwiftUI */
Color(red: 0.392, green: 0.235, blue: 0.173)
/* Android */
Color.parseColor("#643c2c")Accessibility — WCAG contrast
Aa
#643c2c on white: 9.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#643c2c on black: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green23.5%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta40.0%
Yellow56.0%
Key (black)60.8%
Color previews
#643c2c text on a black background
contrast 2.22:1
Card sample
#643c2c text on a white background
contrast 9.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #643c2c;
Background color
Panel with #643c2c background
background-color: #643c2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #643c2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 60, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 60, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #643c2c; background: linear-gradient(135deg, #643c2c, #64612C);