#849521
a dark, vivid yellow · cool · closest name: olivedrab
RGB
132, 149, 33
HSL
69°, 64%, 36%
CMYK
11, 0, 78, 42
Luminance
0.2651
Every format
| HEX | #849521 |
| RGB | rgb(132, 149, 33) |
| HSL | hsl(69, 64%, 36%) |
| CMYK | cmyk(11%, 0%, 78%, 42%) |
| LAB | lab(58.5 -21.2 54.7) |
| LCH | lch(58.5 58.6 111.2) |
| OKLCH | oklch(0.635 0.136 117.9) |
Copy-ready code
/* CSS */
color: #849521;
background-color: #849521;
/* Tailwind (arbitrary) */
class="text-[#849521] bg-[#849521]"
/* SCSS */
$brand: #849521;
/* SwiftUI */
Color(red: 0.518, green: 0.584, blue: 0.129)
/* Android */
Color.parseColor("#849521")Accessibility — WCAG contrast
Aa
#849521 on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#849521 on black: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green58.4%
Blue12.9%
CMYK percentages
Cyan11.4%
Magenta0.0%
Yellow77.9%
Key (black)41.6%
Color previews
#849521 text on a black background
contrast 6.30:1
Card sample
#849521 text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #849521;
Background color
Panel with #849521 background
background-color: #849521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #849521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 149, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 149, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #849521; background: linear-gradient(135deg, #849521, #379521);