#848721
a dark, vivid yellow · cool · closest name: olive
RGB
132, 135, 33
HSL
62°, 61%, 33%
CMYK
2, 0, 76, 47
Luminance
0.2234
Every format
| HEX | #848721 |
| RGB | rgb(132, 135, 33) |
| HSL | hsl(62, 61%, 33%) |
| CMYK | cmyk(2%, 0%, 76%, 47%) |
| LAB | lab(54.4 -13.9 50.8) |
| LCH | lch(54.4 52.7 105.3) |
| OKLCH | oklch(0.602 0.120 111.2) |
Copy-ready code
/* CSS */
color: #848721;
background-color: #848721;
/* Tailwind (arbitrary) */
class="text-[#848721] bg-[#848721]"
/* SCSS */
$brand: #848721;
/* SwiftUI */
Color(red: 0.518, green: 0.529, blue: 0.129)
/* Android */
Color.parseColor("#848721")Accessibility — WCAG contrast
Aa
#848721 on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#848721 on black: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green52.9%
Blue12.9%
CMYK percentages
Cyan2.2%
Magenta0.0%
Yellow75.6%
Key (black)47.1%
Color previews
#848721 text on a black background
contrast 5.47:1
Card sample
#848721 text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #848721;
Background color
Panel with #848721 background
background-color: #848721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #848721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 135, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 135, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #848721; background: linear-gradient(135deg, #848721, #408721);