#849621
a dark, vivid yellow · cool · closest name: olivedrab
RGB
132, 150, 33
HSL
69°, 64%, 36%
CMYK
12, 0, 78, 41
Luminance
0.2683
Every format
| HEX | #849621 |
| RGB | rgb(132, 150, 33) |
| HSL | hsl(69, 64%, 36%) |
| CMYK | cmyk(12%, 0%, 78%, 41%) |
| LAB | lab(58.8 -21.7 54.9) |
| LCH | lch(58.8 59.1 111.5) |
| OKLCH | oklch(0.638 0.137 118.3) |
Copy-ready code
/* CSS */
color: #849621;
background-color: #849621;
/* Tailwind (arbitrary) */
class="text-[#849621] bg-[#849621]"
/* SCSS */
$brand: #849621;
/* SwiftUI */
Color(red: 0.518, green: 0.588, blue: 0.129)
/* Android */
Color.parseColor("#849621")Accessibility — WCAG contrast
Aa
#849621 on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#849621 on black: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green58.8%
Blue12.9%
CMYK percentages
Cyan12.0%
Magenta0.0%
Yellow78.0%
Key (black)41.2%
Color previews
#849621 text on a black background
contrast 6.37:1
Card sample
#849621 text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #849621;
Background color
Panel with #849621 background
background-color: #849621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #849621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 150, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 150, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #849621; background: linear-gradient(135deg, #849621, #369621);