#838921
a dark, vivid yellow · cool · closest name: olive
RGB
131, 137, 33
HSL
64°, 61%, 33%
CMYK
4, 0, 76, 46
Luminance
0.2283
Every format
| HEX | #838921 |
| RGB | rgb(131, 137, 33) |
| HSL | hsl(64, 61%, 33%) |
| CMYK | cmyk(4%, 0%, 76%, 46%) |
| LAB | lab(54.9 -15.4 51.3) |
| LCH | lch(54.9 53.5 106.7) |
| OKLCH | oklch(0.606 0.122 112.9) |
Copy-ready code
/* CSS */
color: #838921;
background-color: #838921;
/* Tailwind (arbitrary) */
class="text-[#838921] bg-[#838921]"
/* SCSS */
$brand: #838921;
/* SwiftUI */
Color(red: 0.514, green: 0.537, blue: 0.129)
/* Android */
Color.parseColor("#838921")Accessibility — WCAG contrast
Aa
#838921 on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#838921 on black: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green53.7%
Blue12.9%
CMYK percentages
Cyan4.4%
Magenta0.0%
Yellow75.9%
Key (black)46.3%
Color previews
#838921 text on a black background
contrast 5.57:1
Card sample
#838921 text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #838921;
Background color
Panel with #838921 background
background-color: #838921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #838921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 137, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 137, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #838921; background: linear-gradient(135deg, #838921, #3E8921);