#856721
a dark, vivid yellow · warm · closest name: olive
RGB
133, 103, 33
HSL
42°, 60%, 33%
CMYK
0, 23, 75, 48
Luminance
0.1480
Every format
| HEX | #856721 |
| RGB | rgb(133, 103, 33) |
| HSL | hsl(42, 60%, 33%) |
| CMYK | cmyk(0%, 23%, 75%, 48%) |
| LAB | lab(45.4 4.5 42.1) |
| LCH | lch(45.4 42.3 83.9) |
| OKLCH | oklch(0.531 0.094 84.7) |
Copy-ready code
/* CSS */
color: #856721;
background-color: #856721;
/* Tailwind (arbitrary) */
class="text-[#856721] bg-[#856721]"
/* SCSS */
$brand: #856721;
/* SwiftUI */
Color(red: 0.522, green: 0.404, blue: 0.129)
/* Android */
Color.parseColor("#856721")Accessibility — WCAG contrast
Aa
#856721 on white: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#856721 on black: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green40.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta22.6%
Yellow75.2%
Key (black)47.8%
Color previews
#856721 text on a black background
contrast 3.96:1
Card sample
#856721 text on a white background
contrast 5.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #856721;
Background color
Panel with #856721 background
background-color: #856721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #856721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 103, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 103, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #856721; background: linear-gradient(135deg, #856721, #608521);