#928126
a dark, vivid yellow · cool · closest name: olive
RGB
146, 129, 38
HSL
51°, 59%, 36%
CMYK
0, 12, 74, 43
Luminance
0.2195
Every format
| HEX | #928126 |
| RGB | rgb(146, 129, 38) |
| HSL | hsl(51, 59%, 36%) |
| CMYK | cmyk(0%, 12%, 74%, 43%) |
| LAB | lab(54.0 -4.0 49.0) |
| LCH | lch(54.0 49.1 94.6) |
| OKLCH | oklch(0.602 0.110 98.3) |
Copy-ready code
/* CSS */
color: #928126;
background-color: #928126;
/* Tailwind (arbitrary) */
class="text-[#928126] bg-[#928126]"
/* SCSS */
$brand: #928126;
/* SwiftUI */
Color(red: 0.573, green: 0.506, blue: 0.149)
/* Android */
Color.parseColor("#928126")Accessibility — WCAG contrast
Aa
#928126 on white: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#928126 on black: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green50.6%
Blue14.9%
CMYK percentages
Cyan0.0%
Magenta11.6%
Yellow74.0%
Key (black)42.7%
Color previews
#928126 text on a black background
contrast 5.39:1
Card sample
#928126 text on a white background
contrast 3.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #928126;
Background color
Panel with #928126 background
background-color: #928126;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #928126;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 129, 38, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 129, 38, 0.45);
Border & gradient
Gradient panel
border: 3px solid #928126; background: linear-gradient(135deg, #928126, #5B9226);