#848621
a dark, vivid yellow · cool · closest name: olive
RGB
132, 134, 33
HSL
61°, 61%, 33%
CMYK
2, 0, 75, 48
Luminance
0.2207
Every format
| HEX | #848621 |
| RGB | rgb(132, 134, 33) |
| HSL | hsl(61, 61%, 33%) |
| CMYK | cmyk(2%, 0%, 75%, 48%) |
| LAB | lab(54.1 -13.3 50.5) |
| LCH | lch(54.1 52.3 104.8) |
| OKLCH | oklch(0.600 0.119 110.7) |
Copy-ready code
/* CSS */
color: #848621;
background-color: #848621;
/* Tailwind (arbitrary) */
class="text-[#848621] bg-[#848621]"
/* SCSS */
$brand: #848621;
/* SwiftUI */
Color(red: 0.518, green: 0.525, blue: 0.129)
/* Android */
Color.parseColor("#848621")Accessibility — WCAG contrast
Aa
#848621 on white: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#848621 on black: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green52.5%
Blue12.9%
CMYK percentages
Cyan1.5%
Magenta0.0%
Yellow75.4%
Key (black)47.5%
Color previews
#848621 text on a black background
contrast 5.41:1
Card sample
#848621 text on a white background
contrast 3.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #848621;
Background color
Panel with #848621 background
background-color: #848621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #848621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 134, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 134, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #848621; background: linear-gradient(135deg, #848621, #418621);