#856521
a dark, vivid yellow · warm · closest name: peru
RGB
133, 101, 33
HSL
41°, 60%, 33%
CMYK
0, 24, 75, 48
Luminance
0.1440
Every format
| HEX | #856521 |
| RGB | rgb(133, 101, 33) |
| HSL | hsl(41, 60%, 33%) |
| CMYK | cmyk(0%, 24%, 75%, 48%) |
| LAB | lab(44.8 5.7 41.5) |
| LCH | lch(44.8 41.9 82.2) |
| OKLCH | oklch(0.526 0.093 82.6) |
Copy-ready code
/* CSS */
color: #856521;
background-color: #856521;
/* Tailwind (arbitrary) */
class="text-[#856521] bg-[#856521]"
/* SCSS */
$brand: #856521;
/* SwiftUI */
Color(red: 0.522, green: 0.396, blue: 0.129)
/* Android */
Color.parseColor("#856521")Accessibility — WCAG contrast
Aa
#856521 on white: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#856521 on black: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green39.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta24.1%
Yellow75.2%
Key (black)47.8%
Color previews
#856521 text on a black background
contrast 3.88:1
Card sample
#856521 text on a white background
contrast 5.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #856521;
Background color
Panel with #856521 background
background-color: #856521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #856521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 101, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 101, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #856521; background: linear-gradient(135deg, #856521, #628521);