#838521
a dark, vivid yellow · cool · closest name: olive
RGB
131, 133, 33
HSL
61°, 60%, 33%
CMYK
2, 0, 75, 48
Luminance
0.2171
Every format
| HEX | #838521 |
| RGB | rgb(131, 133, 33) |
| HSL | hsl(61, 60%, 33%) |
| CMYK | cmyk(2%, 0%, 75%, 48%) |
| LAB | lab(53.7 -13.3 50.1) |
| LCH | lch(53.7 51.9 104.8) |
| OKLCH | oklch(0.597 0.118 110.7) |
Copy-ready code
/* CSS */
color: #838521;
background-color: #838521;
/* Tailwind (arbitrary) */
class="text-[#838521] bg-[#838521]"
/* SCSS */
$brand: #838521;
/* SwiftUI */
Color(red: 0.514, green: 0.522, blue: 0.129)
/* Android */
Color.parseColor("#838521")Accessibility — WCAG contrast
Aa
#838521 on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#838521 on black: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green52.2%
Blue12.9%
CMYK percentages
Cyan1.5%
Magenta0.0%
Yellow75.2%
Key (black)47.8%
Color previews
#838521 text on a black background
contrast 5.34:1
Card sample
#838521 text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #838521;
Background color
Panel with #838521 background
background-color: #838521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #838521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 133, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 133, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #838521; background: linear-gradient(135deg, #838521, #408521);