#928621
a dark, vivid yellow · cool · closest name: olive
RGB
146, 134, 33
HSL
54°, 63%, 35%
CMYK
0, 8, 77, 43
Luminance
0.2327
Every format
| HEX | #928621 |
| RGB | rgb(146, 134, 33) |
| HSL | hsl(54, 63%, 35%) |
| CMYK | cmyk(0%, 8%, 77%, 43%) |
| LAB | lab(55.4 -6.9 52.2) |
| LCH | lch(55.4 52.6 97.6) |
| OKLCH | oklch(0.613 0.117 102.3) |
Copy-ready code
/* CSS */
color: #928621;
background-color: #928621;
/* Tailwind (arbitrary) */
class="text-[#928621] bg-[#928621]"
/* SCSS */
$brand: #928621;
/* SwiftUI */
Color(red: 0.573, green: 0.525, blue: 0.129)
/* Android */
Color.parseColor("#928621")Accessibility — WCAG contrast
Aa
#928621 on white: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#928621 on black: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green52.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta8.2%
Yellow77.4%
Key (black)42.7%
Color previews
#928621 text on a black background
contrast 5.65:1
Card sample
#928621 text on a white background
contrast 3.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #928621;
Background color
Panel with #928621 background
background-color: #928621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #928621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 134, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 134, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #928621; background: linear-gradient(135deg, #928621, #539221);