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