#838024
a dark, vivid yellow · cool · closest name: olive
RGB
131, 128, 36
HSL
58°, 57%, 33%
CMYK
0, 2, 73, 49
Luminance
0.2039
Every format
| HEX | #838024 |
| RGB | rgb(131, 128, 36) |
| HSL | hsl(58, 57%, 33%) |
| CMYK | cmyk(0%, 2%, 73%, 49%) |
| LAB | lab(52.3 -10.4 47.6) |
| LCH | lch(52.3 48.7 102.3) |
| OKLCH | oklch(0.585 0.111 107.5) |
Copy-ready code
/* CSS */
color: #838024;
background-color: #838024;
/* Tailwind (arbitrary) */
class="text-[#838024] bg-[#838024]"
/* SCSS */
$brand: #838024;
/* SwiftUI */
Color(red: 0.514, green: 0.502, blue: 0.141)
/* Android */
Color.parseColor("#838024")Accessibility — WCAG contrast
Aa
#838024 on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#838024 on black: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green50.2%
Blue14.1%
CMYK percentages
Cyan0.0%
Magenta2.3%
Yellow72.5%
Key (black)48.6%
Color previews
#838024 text on a black background
contrast 5.08:1
Card sample
#838024 text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #838024;
Background color
Panel with #838024 background
background-color: #838024;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #838024;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 128, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 128, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #838024; background: linear-gradient(135deg, #838024, #478324);