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