#849f13
a dark, electric green · cool · closest name: olivedrab
RGB
132, 159, 19
HSL
72°, 79%, 35%
CMYK
17, 0, 88, 38
Luminance
0.2975
Every format
| HEX | #849f13 |
| RGB | rgb(132, 159, 19) |
| HSL | hsl(72, 79%, 35%) |
| CMYK | cmyk(17%, 0%, 88%, 38%) |
| LAB | lab(61.4 -26.6 61.0) |
| LCH | lch(61.4 66.5 113.6) |
| OKLCH | oklch(0.658 0.153 121.2) |
Copy-ready code
/* CSS */
color: #849f13;
background-color: #849f13;
/* Tailwind (arbitrary) */
class="text-[#849f13] bg-[#849f13]"
/* SCSS */
$brand: #849f13;
/* SwiftUI */
Color(red: 0.518, green: 0.624, blue: 0.075)
/* Android */
Color.parseColor("#849f13")Accessibility — WCAG contrast
Aa
#849f13 on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#849f13 on black: 6.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green62.4%
Blue7.5%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow88.1%
Key (black)37.6%
Color previews
#849f13 text on a black background
contrast 6.95:1
Card sample
#849f13 text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #849f13;
Background color
Panel with #849f13 background
background-color: #849f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #849f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 159, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 159, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #849f13; background: linear-gradient(135deg, #849f13, #279F13);