#544021
a deep, soft orange · warm · closest name: darkslategray
RGB
84, 64, 33
HSL
37°, 44%, 23%
CMYK
0, 24, 61, 67
Luminance
0.0566
Every format
| HEX | #544021 |
| RGB | rgb(84, 64, 33) |
| HSL | hsl(37, 44%, 23%) |
| CMYK | cmyk(0%, 24%, 61%, 67%) |
| LAB | lab(28.5 4.5 22.1) |
| LCH | lch(28.5 22.5 78.6) |
| OKLCH | oklch(0.386 0.054 77.0) |
Copy-ready code
/* CSS */
color: #544021;
background-color: #544021;
/* Tailwind (arbitrary) */
class="text-[#544021] bg-[#544021]"
/* SCSS */
$brand: #544021;
/* SwiftUI */
Color(red: 0.329, green: 0.251, blue: 0.129)
/* Android */
Color.parseColor("#544021")Accessibility — WCAG contrast
Aa
#544021 on white: 9.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#544021 on black: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green25.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta23.8%
Yellow60.7%
Key (black)67.1%
Color previews
#544021 text on a black background
contrast 2.13:1
Card sample
#544021 text on a white background
contrast 9.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #544021;
Background color
Panel with #544021 background
background-color: #544021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #544021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 64, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 64, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #544021; background: linear-gradient(135deg, #544021, #465421);