#938136
a dark, vivid yellow · cool · closest name: olive
RGB
147, 129, 54
HSL
48°, 46%, 39%
CMYK
0, 12, 63, 42
Luminance
0.2217
Every format
| HEX | #938136 |
| RGB | rgb(147, 129, 54) |
| HSL | hsl(48, 46%, 39%) |
| CMYK | cmyk(0%, 12%, 63%, 42%) |
| LAB | lab(54.2 -2.5 42.1) |
| LCH | lch(54.2 42.2 93.4) |
| OKLCH | oklch(0.604 0.097 95.8) |
Copy-ready code
/* CSS */
color: #938136;
background-color: #938136;
/* Tailwind (arbitrary) */
class="text-[#938136] bg-[#938136]"
/* SCSS */
$brand: #938136;
/* SwiftUI */
Color(red: 0.576, green: 0.506, blue: 0.212)
/* Android */
Color.parseColor("#938136")Accessibility — WCAG contrast
Aa
#938136 on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#938136 on black: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green50.6%
Blue21.2%
CMYK percentages
Cyan0.0%
Magenta12.2%
Yellow63.3%
Key (black)42.4%
Color previews
#938136 text on a black background
contrast 5.43:1
Card sample
#938136 text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #938136;
Background color
Panel with #938136 background
background-color: #938136;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #938136;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 129, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 129, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #938136; background: linear-gradient(135deg, #938136, #679336);