#938821
a dark, vivid yellow · cool · closest name: olive
RGB
147, 136, 33
HSL
54°, 63%, 35%
CMYK
0, 8, 78, 42
Luminance
0.2392
Every format
| HEX | #938821 |
| RGB | rgb(147, 136, 33) |
| HSL | hsl(54, 63%, 35%) |
| CMYK | cmyk(0%, 8%, 78%, 42%) |
| LAB | lab(56.0 -7.6 52.8) |
| LCH | lch(56.0 53.3 98.2) |
| OKLCH | oklch(0.618 0.119 103.0) |
Copy-ready code
/* CSS */
color: #938821;
background-color: #938821;
/* Tailwind (arbitrary) */
class="text-[#938821] bg-[#938821]"
/* SCSS */
$brand: #938821;
/* SwiftUI */
Color(red: 0.576, green: 0.533, blue: 0.129)
/* Android */
Color.parseColor("#938821")Accessibility — WCAG contrast
Aa
#938821 on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#938821 on black: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.6%
Green53.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta7.5%
Yellow77.6%
Key (black)42.4%
Color previews
#938821 text on a black background
contrast 5.78:1
Card sample
#938821 text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #938821;
Background color
Panel with #938821 background
background-color: #938821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #938821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(147, 136, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(147, 136, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #938821; background: linear-gradient(135deg, #938821, #529321);