#856423
a dark, vivid orange · warm · closest name: sienna
RGB
133, 100, 35
HSL
40°, 58%, 33%
CMYK
0, 25, 74, 48
Luminance
0.1422
Every format
| HEX | #856423 |
| RGB | rgb(133, 100, 35) |
| HSL | hsl(40, 58%, 33%) |
| CMYK | cmyk(0%, 25%, 74%, 48%) |
| LAB | lab(44.5 6.4 40.4) |
| LCH | lch(44.5 40.9 81.0) |
| OKLCH | oklch(0.524 0.091 81.0) |
Copy-ready code
/* CSS */
color: #856423;
background-color: #856423;
/* Tailwind (arbitrary) */
class="text-[#856423] bg-[#856423]"
/* SCSS */
$brand: #856423;
/* SwiftUI */
Color(red: 0.522, green: 0.392, blue: 0.137)
/* Android */
Color.parseColor("#856423")Accessibility — WCAG contrast
Aa
#856423 on white: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#856423 on black: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green39.2%
Blue13.7%
CMYK percentages
Cyan0.0%
Magenta24.8%
Yellow73.7%
Key (black)47.8%
Color previews
#856423 text on a black background
contrast 3.84:1
Card sample
#856423 text on a white background
contrast 5.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #856423;
Background color
Panel with #856423 background
background-color: #856423;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #856423;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 100, 35, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 100, 35, 0.45);
Border & gradient
Gradient panel
border: 3px solid #856423; background: linear-gradient(135deg, #856423, #658523);