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