#839513
a dark, electric yellow · cool · closest name: olivedrab
RGB
131, 149, 19
HSL
68°, 77%, 33%
CMYK
12, 0, 87, 42
Luminance
0.2637
Every format
| HEX | #839513 |
| RGB | rgb(131, 149, 19) |
| HSL | hsl(68, 77%, 33%) |
| CMYK | cmyk(12%, 0%, 87%, 42%) |
| LAB | lab(58.4 -22.1 58.4) |
| LCH | lch(58.4 62.4 110.7) |
| OKLCH | oklch(0.634 0.142 118.1) |
Copy-ready code
/* CSS */
color: #839513;
background-color: #839513;
/* Tailwind (arbitrary) */
class="text-[#839513] bg-[#839513]"
/* SCSS */
$brand: #839513;
/* SwiftUI */
Color(red: 0.514, green: 0.584, blue: 0.075)
/* Android */
Color.parseColor("#839513")Accessibility — WCAG contrast
Aa
#839513 on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#839513 on black: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green58.4%
Blue7.5%
CMYK percentages
Cyan12.1%
Magenta0.0%
Yellow87.2%
Key (black)41.6%
Color previews
#839513 text on a black background
contrast 6.27:1
Card sample
#839513 text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #839513;
Background color
Panel with #839513 background
background-color: #839513;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #839513;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 149, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 149, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #839513; background: linear-gradient(135deg, #839513, #2C9513);