#542913
a deep, vivid orange · warm · closest name: sienna
RGB
84, 41, 19
HSL
20°, 63%, 20%
CMYK
0, 51, 77, 67
Luminance
0.0352
Every format
| HEX | #542913 |
| RGB | rgb(84, 41, 19) |
| HSL | hsl(20, 63%, 20%) |
| CMYK | cmyk(0%, 51%, 77%, 67%) |
| LAB | lab(22.0 17.9 22.9) |
| LCH | lch(22.0 29.1 51.9) |
| OKLCH | oklch(0.334 0.072 46.1) |
Copy-ready code
/* CSS */
color: #542913;
background-color: #542913;
/* Tailwind (arbitrary) */
class="text-[#542913] bg-[#542913]"
/* SCSS */
$brand: #542913;
/* SwiftUI */
Color(red: 0.329, green: 0.161, blue: 0.075)
/* Android */
Color.parseColor("#542913")Accessibility — WCAG contrast
Aa
#542913 on white: 12.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#542913 on black: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green16.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta51.2%
Yellow77.4%
Key (black)67.1%
Color previews
#542913 text on a black background
contrast 1.70:1
Card sample
#542913 text on a white background
contrast 12.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #542913;
Background color
Panel with #542913 background
background-color: #542913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #542913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 41, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 41, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #542913; background: linear-gradient(135deg, #542913, #545413);