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