#542608
a deep, electric orange · warm · closest name: sienna
RGB
84, 38, 8
HSL
24°, 83%, 18%
CMYK
0, 55, 91, 67
Luminance
0.0329
Every format
| HEX | #542608 |
| RGB | rgb(84, 38, 8) |
| HSL | hsl(24, 83%, 18%) |
| CMYK | cmyk(0%, 55%, 91%, 67%) |
| LAB | lab(21.2 19.2 27.4) |
| LCH | lch(21.2 33.5 55.0) |
| OKLCH | oklch(0.328 0.079 49.1) |
Copy-ready code
/* CSS */
color: #542608;
background-color: #542608;
/* Tailwind (arbitrary) */
class="text-[#542608] bg-[#542608]"
/* SCSS */
$brand: #542608;
/* SwiftUI */
Color(red: 0.329, green: 0.149, blue: 0.031)
/* Android */
Color.parseColor("#542608")Accessibility — WCAG contrast
Aa
#542608 on white: 12.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#542608 on black: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green14.9%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta54.8%
Yellow90.5%
Key (black)67.1%
Color previews
#542608 text on a black background
contrast 1.66:1
Card sample
#542608 text on a white background
contrast 12.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #542608;
Background color
Panel with #542608 background
background-color: #542608;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #542608;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 38, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 38, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #542608; background: linear-gradient(135deg, #542608, #4F5408);