#887921
a dark, vivid yellow · cool · closest name: olive
RGB
136, 121, 33
HSL
51°, 61%, 33%
CMYK
0, 11, 76, 47
Luminance
0.1902
Every format
| HEX | #887921 |
| RGB | rgb(136, 121, 33) |
| HSL | hsl(51, 61%, 33%) |
| CMYK | cmyk(0%, 11%, 76%, 47%) |
| LAB | lab(50.7 -4.4 47.4) |
| LCH | lch(50.7 47.6 95.3) |
| OKLCH | oklch(0.574 0.106 99.2) |
Copy-ready code
/* CSS */
color: #887921;
background-color: #887921;
/* Tailwind (arbitrary) */
class="text-[#887921] bg-[#887921]"
/* SCSS */
$brand: #887921;
/* SwiftUI */
Color(red: 0.533, green: 0.475, blue: 0.129)
/* Android */
Color.parseColor("#887921")Accessibility — WCAG contrast
Aa
#887921 on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#887921 on black: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green47.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta11.0%
Yellow75.7%
Key (black)46.7%
Color previews
#887921 text on a black background
contrast 4.80:1
Card sample
#887921 text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #887921;
Background color
Panel with #887921 background
background-color: #887921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #887921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 121, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 121, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #887921; background: linear-gradient(135deg, #887921, #528821);