#926f00
a dark, electric yellow · cool · closest name: olive
RGB
146, 111, 0
HSL
46°, 100%, 29%
CMYK
0, 24, 100, 43
Luminance
0.1748
Every format
| HEX | #926f00 |
| RGB | rgb(146, 111, 0) |
| HSL | hsl(46, 100%, 29%) |
| CMYK | cmyk(0%, 24%, 100%, 43%) |
| LAB | lab(48.9 5.1 55.4) |
| LCH | lch(48.9 55.6 84.7) |
| OKLCH | oklch(0.561 0.115 86.6) |
Copy-ready code
/* CSS */
color: #926f00;
background-color: #926f00;
/* Tailwind (arbitrary) */
class="text-[#926f00] bg-[#926f00]"
/* SCSS */
$brand: #926f00;
/* SwiftUI */
Color(red: 0.573, green: 0.435, blue: 0.000)
/* Android */
Color.parseColor("#926f00")Accessibility — WCAG contrast
Aa
#926f00 on white: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#926f00 on black: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green43.5%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta24.0%
Yellow100.0%
Key (black)42.7%
Color previews
#926f00 text on a black background
contrast 4.50:1
Card sample
#926f00 text on a white background
contrast 4.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #926f00;
Background color
Panel with #926f00 background
background-color: #926f00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #926f00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 111, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 111, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #926f00; background: linear-gradient(135deg, #926f00, #549200);