#543b21
a deep, soft orange · warm · closest name: darkslategray
RGB
84, 59, 33
HSL
31°, 44%, 23%
CMYK
0, 30, 61, 67
Luminance
0.0512
Every format
| HEX | #543b21 |
| RGB | rgb(84, 59, 33) |
| HSL | hsl(31, 44%, 23%) |
| CMYK | cmyk(0%, 30%, 61%, 67%) |
| LAB | lab(27.1 7.6 20.3) |
| LCH | lch(27.1 21.7 69.4) |
| OKLCH | oklch(0.374 0.053 66.1) |
Copy-ready code
/* CSS */
color: #543b21;
background-color: #543b21;
/* Tailwind (arbitrary) */
class="text-[#543b21] bg-[#543b21]"
/* SCSS */
$brand: #543b21;
/* SwiftUI */
Color(red: 0.329, green: 0.231, blue: 0.129)
/* Android */
Color.parseColor("#543b21")Accessibility — WCAG contrast
Aa
#543b21 on white: 10.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#543b21 on black: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green23.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta29.8%
Yellow60.7%
Key (black)67.1%
Color previews
#543b21 text on a black background
contrast 2.02:1
Card sample
#543b21 text on a white background
contrast 10.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #543b21;
Background color
Panel with #543b21 background
background-color: #543b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #543b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 59, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 59, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #543b21; background: linear-gradient(135deg, #543b21, #4B5421);