#839529
a dark, vivid green · cool · closest name: olivedrab
RGB
131, 149, 41
HSL
70°, 57%, 37%
CMYK
12, 0, 73, 42
Luminance
0.2648
Every format
| HEX | #839529 |
| RGB | rgb(131, 149, 41) |
| HSL | hsl(70, 57%, 37%) |
| CMYK | cmyk(12%, 0%, 73%, 42%) |
| LAB | lab(58.5 -21.2 51.8) |
| LCH | lch(58.5 56.0 112.3) |
| OKLCH | oklch(0.635 0.132 118.6) |
Copy-ready code
/* CSS */
color: #839529;
background-color: #839529;
/* Tailwind (arbitrary) */
class="text-[#839529] bg-[#839529]"
/* SCSS */
$brand: #839529;
/* SwiftUI */
Color(red: 0.514, green: 0.584, blue: 0.161)
/* Android */
Color.parseColor("#839529")Accessibility — WCAG contrast
Aa
#839529 on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#839529 on black: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green58.4%
Blue16.1%
CMYK percentages
Cyan12.1%
Magenta0.0%
Yellow72.5%
Key (black)41.6%
Color previews
#839529 text on a black background
contrast 6.30:1
Card sample
#839529 text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #839529;
Background color
Panel with #839529 background
background-color: #839529;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #839529;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 149, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 149, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #839529; background: linear-gradient(135deg, #839529, #3B9529);