#849021
a dark, vivid yellow · cool · closest name: olive
RGB
132, 144, 33
HSL
67°, 63%, 35%
CMYK
8, 0, 77, 44
Luminance
0.2496
Every format
| HEX | #849021 |
| RGB | rgb(132, 144, 33) |
| HSL | hsl(67, 63%, 35%) |
| CMYK | cmyk(8%, 0%, 77%, 44%) |
| LAB | lab(57.0 -18.6 53.3) |
| LCH | lch(57.0 56.4 109.2) |
| OKLCH | oklch(0.623 0.130 115.8) |
Copy-ready code
/* CSS */
color: #849021;
background-color: #849021;
/* Tailwind (arbitrary) */
class="text-[#849021] bg-[#849021]"
/* SCSS */
$brand: #849021;
/* SwiftUI */
Color(red: 0.518, green: 0.565, blue: 0.129)
/* Android */
Color.parseColor("#849021")Accessibility — WCAG contrast
Aa
#849021 on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#849021 on black: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green56.5%
Blue12.9%
CMYK percentages
Cyan8.3%
Magenta0.0%
Yellow77.1%
Key (black)43.5%
Color previews
#849021 text on a black background
contrast 5.99:1
Card sample
#849021 text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #849021;
Background color
Panel with #849021 background
background-color: #849021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #849021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 144, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 144, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #849021; background: linear-gradient(135deg, #849021, #3A9021);