#887421
a dark, vivid yellow · cool · closest name: olive
RGB
136, 116, 33
HSL
48°, 61%, 33%
CMYK
0, 15, 76, 47
Luminance
0.1783
Every format
| HEX | #887421 |
| RGB | rgb(136, 116, 33) |
| HSL | hsl(48, 61%, 33%) |
| CMYK | cmyk(0%, 15%, 76%, 47%) |
| LAB | lab(49.3 -1.6 46.1) |
| LCH | lch(49.3 46.1 91.9) |
| OKLCH | oklch(0.562 0.102 95.0) |
Copy-ready code
/* CSS */
color: #887421;
background-color: #887421;
/* Tailwind (arbitrary) */
class="text-[#887421] bg-[#887421]"
/* SCSS */
$brand: #887421;
/* SwiftUI */
Color(red: 0.533, green: 0.455, blue: 0.129)
/* Android */
Color.parseColor("#887421")Accessibility — WCAG contrast
Aa
#887421 on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#887421 on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green45.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta14.7%
Yellow75.7%
Key (black)46.7%
Color previews
#887421 text on a black background
contrast 4.57:1
Card sample
#887421 text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #887421;
Background color
Panel with #887421 background
background-color: #887421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #887421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 116, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 116, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #887421; background: linear-gradient(135deg, #887421, #578821);