#849421
a dark, vivid yellow · cool · closest name: olivedrab
RGB
132, 148, 33
HSL
68°, 64%, 36%
CMYK
11, 0, 78, 42
Luminance
0.2620
Every format
| HEX | #849421 |
| RGB | rgb(132, 148, 33) |
| HSL | hsl(68, 64%, 36%) |
| CMYK | cmyk(11%, 0%, 78%, 42%) |
| LAB | lab(58.2 -20.6 54.4) |
| LCH | lch(58.2 58.2 110.8) |
| OKLCH | oklch(0.633 0.135 117.5) |
Copy-ready code
/* CSS */
color: #849421;
background-color: #849421;
/* Tailwind (arbitrary) */
class="text-[#849421] bg-[#849421]"
/* SCSS */
$brand: #849421;
/* SwiftUI */
Color(red: 0.518, green: 0.580, blue: 0.129)
/* Android */
Color.parseColor("#849421")Accessibility — WCAG contrast
Aa
#849421 on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#849421 on black: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green58.0%
Blue12.9%
CMYK percentages
Cyan10.8%
Magenta0.0%
Yellow77.7%
Key (black)42.0%
Color previews
#849421 text on a black background
contrast 6.24:1
Card sample
#849421 text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #849421;
Background color
Panel with #849421 background
background-color: #849421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #849421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 148, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 148, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #849421; background: linear-gradient(135deg, #849421, #379421);