#848b21
a dark, vivid yellow · cool · closest name: olive
RGB
132, 139, 33
HSL
64°, 62%, 34%
CMYK
5, 0, 76, 46
Luminance
0.2348
Every format
| HEX | #848b21 |
| RGB | rgb(132, 139, 33) |
| HSL | hsl(64, 62%, 34%) |
| CMYK | cmyk(5%, 0%, 76%, 46%) |
| LAB | lab(55.6 -16.0 51.9) |
| LCH | lch(55.6 54.3 107.1) |
| OKLCH | oklch(0.612 0.124 113.4) |
Copy-ready code
/* CSS */
color: #848b21;
background-color: #848b21;
/* Tailwind (arbitrary) */
class="text-[#848b21] bg-[#848b21]"
/* SCSS */
$brand: #848b21;
/* SwiftUI */
Color(red: 0.518, green: 0.545, blue: 0.129)
/* Android */
Color.parseColor("#848b21")Accessibility — WCAG contrast
Aa
#848b21 on white: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#848b21 on black: 5.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green54.5%
Blue12.9%
CMYK percentages
Cyan5.0%
Magenta0.0%
Yellow76.3%
Key (black)45.5%
Color previews
#848b21 text on a black background
contrast 5.70:1
Card sample
#848b21 text on a white background
contrast 3.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #848b21;
Background color
Panel with #848b21 background
background-color: #848b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #848b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 139, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 139, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #848b21; background: linear-gradient(135deg, #848b21, #3D8B21);