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