#849b13
a dark, electric green · cool · closest name: olivedrab
RGB
132, 155, 19
HSL
70°, 78%, 34%
CMYK
15, 0, 88, 39
Luminance
0.2840
Every format
| HEX | #849b13 |
| RGB | rgb(132, 155, 19) |
| HSL | hsl(70, 78%, 34%) |
| CMYK | cmyk(15%, 0%, 88%, 39%) |
| LAB | lab(60.2 -24.7 60.0) |
| LCH | lch(60.2 64.8 112.4) |
| OKLCH | oklch(0.649 0.149 119.9) |
Copy-ready code
/* CSS */
color: #849b13;
background-color: #849b13;
/* Tailwind (arbitrary) */
class="text-[#849b13] bg-[#849b13]"
/* SCSS */
$brand: #849b13;
/* SwiftUI */
Color(red: 0.518, green: 0.608, blue: 0.075)
/* Android */
Color.parseColor("#849b13")Accessibility — WCAG contrast
Aa
#849b13 on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#849b13 on black: 6.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green60.8%
Blue7.5%
CMYK percentages
Cyan14.8%
Magenta0.0%
Yellow87.7%
Key (black)39.2%
Color previews
#849b13 text on a black background
contrast 6.68:1
Card sample
#849b13 text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #849b13;
Background color
Panel with #849b13 background
background-color: #849b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #849b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 155, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 155, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #849b13; background: linear-gradient(135deg, #849b13, #299B13);