#643521
a dark, vivid orange · warm · closest name: sienna
RGB
100, 53, 33
HSL
18°, 50%, 26%
CMYK
0, 47, 67, 61
Luminance
0.0537
Every format
| HEX | #643521 |
| RGB | rgb(100, 53, 33) |
| HSL | hsl(18, 50%, 26%) |
| CMYK | cmyk(0%, 47%, 67%, 61%) |
| LAB | lab(27.8 19.0 21.7) |
| LCH | lch(27.8 28.8 48.7) |
| OKLCH | oklch(0.384 0.074 43.2) |
Copy-ready code
/* CSS */
color: #643521;
background-color: #643521;
/* Tailwind (arbitrary) */
class="text-[#643521] bg-[#643521]"
/* SCSS */
$brand: #643521;
/* SwiftUI */
Color(red: 0.392, green: 0.208, blue: 0.129)
/* Android */
Color.parseColor("#643521")Accessibility — WCAG contrast
Aa
#643521 on white: 10.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#643521 on black: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green20.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta47.0%
Yellow67.0%
Key (black)60.8%
Color previews
#643521 text on a black background
contrast 2.07:1
Card sample
#643521 text on a white background
contrast 10.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #643521;
Background color
Panel with #643521 background
background-color: #643521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #643521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 53, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 53, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #643521; background: linear-gradient(135deg, #643521, #646221);