#928321
a dark, vivid yellow · cool · closest name: olive
RGB
146, 131, 33
HSL
52°, 63%, 35%
CMYK
0, 10, 77, 43
Luminance
0.2245
Every format
| HEX | #928321 |
| RGB | rgb(146, 131, 33) |
| HSL | hsl(52, 63%, 35%) |
| CMYK | cmyk(0%, 10%, 77%, 43%) |
| LAB | lab(54.5 -5.3 51.4) |
| LCH | lch(54.5 51.6 95.9) |
| OKLCH | oklch(0.606 0.114 100.2) |
Copy-ready code
/* CSS */
color: #928321;
background-color: #928321;
/* Tailwind (arbitrary) */
class="text-[#928321] bg-[#928321]"
/* SCSS */
$brand: #928321;
/* SwiftUI */
Color(red: 0.573, green: 0.514, blue: 0.129)
/* Android */
Color.parseColor("#928321")Accessibility — WCAG contrast
Aa
#928321 on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#928321 on black: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green51.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta10.3%
Yellow77.4%
Key (black)42.7%
Color previews
#928321 text on a black background
contrast 5.49:1
Card sample
#928321 text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #928321;
Background color
Panel with #928321 background
background-color: #928321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #928321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 131, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 131, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #928321; background: linear-gradient(135deg, #928321, #569221);