#867721
a dark, vivid yellow · cool · closest name: olive
RGB
134, 119, 33
HSL
51°, 61%, 33%
CMYK
0, 11, 75, 48
Luminance
0.1837
Every format
| HEX | #867721 |
| RGB | rgb(134, 119, 33) |
| HSL | hsl(51, 61%, 33%) |
| CMYK | cmyk(0%, 11%, 75%, 48%) |
| LAB | lab(49.9 -4.2 46.6) |
| LCH | lch(49.9 46.8 95.1) |
| OKLCH | oklch(0.567 0.104 99.0) |
Copy-ready code
/* CSS */
color: #867721;
background-color: #867721;
/* Tailwind (arbitrary) */
class="text-[#867721] bg-[#867721]"
/* SCSS */
$brand: #867721;
/* SwiftUI */
Color(red: 0.525, green: 0.467, blue: 0.129)
/* Android */
Color.parseColor("#867721")Accessibility — WCAG contrast
Aa
#867721 on white: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#867721 on black: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green46.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow75.4%
Key (black)47.5%
Color previews
#867721 text on a black background
contrast 4.67:1
Card sample
#867721 text on a white background
contrast 4.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #867721;
Background color
Panel with #867721 background
background-color: #867721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #867721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 119, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 119, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #867721; background: linear-gradient(135deg, #867721, #528621);