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