#839621
a dark, vivid yellow · cool · closest name: olivedrab
RGB
131, 150, 33
HSL
70°, 64%, 36%
CMYK
13, 0, 78, 41
Luminance
0.2675
Every format
| HEX | #839621 |
| RGB | rgb(131, 150, 33) |
| HSL | hsl(70, 64%, 36%) |
| CMYK | cmyk(13%, 0%, 78%, 41%) |
| LAB | lab(58.7 -22.1 54.8) |
| LCH | lch(58.7 59.1 111.9) |
| OKLCH | oklch(0.637 0.138 118.8) |
Copy-ready code
/* CSS */
color: #839621;
background-color: #839621;
/* Tailwind (arbitrary) */
class="text-[#839621] bg-[#839621]"
/* SCSS */
$brand: #839621;
/* SwiftUI */
Color(red: 0.514, green: 0.588, blue: 0.129)
/* Android */
Color.parseColor("#839621")Accessibility — WCAG contrast
Aa
#839621 on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#839621 on black: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green58.8%
Blue12.9%
CMYK percentages
Cyan12.7%
Magenta0.0%
Yellow78.0%
Key (black)41.2%
Color previews
#839621 text on a black background
contrast 6.35:1
Card sample
#839621 text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #839621;
Background color
Panel with #839621 background
background-color: #839621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #839621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 150, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 150, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #839621; background: linear-gradient(135deg, #839621, #359621);