#838321
a dark, vivid yellow · cool · closest name: olive
RGB
131, 131, 33
HSL
60°, 60%, 32%
CMYK
0, 0, 75, 49
Luminance
0.2117
Every format
| HEX | #838321 |
| RGB | rgb(131, 131, 33) |
| HSL | hsl(60, 60%, 32%) |
| CMYK | cmyk(0%, 0%, 75%, 49%) |
| LAB | lab(53.1 -12.2 49.6) |
| LCH | lch(53.1 51.1 103.8) |
| OKLCH | oklch(0.592 0.116 109.5) |
Copy-ready code
/* CSS */
color: #838321;
background-color: #838321;
/* Tailwind (arbitrary) */
class="text-[#838321] bg-[#838321]"
/* SCSS */
$brand: #838321;
/* SwiftUI */
Color(red: 0.514, green: 0.514, blue: 0.129)
/* Android */
Color.parseColor("#838321")Accessibility — WCAG contrast
Aa
#838321 on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#838321 on black: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green51.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow74.8%
Key (black)48.6%
Color previews
#838321 text on a black background
contrast 5.23:1
Card sample
#838321 text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #838321;
Background color
Panel with #838321 background
background-color: #838321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #838321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 131, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 131, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #838321; background: linear-gradient(135deg, #838321, #428321);