#926c01
a dark, electric yellow · warm · closest name: olive
RGB
146, 108, 1
HSL
44°, 99%, 29%
CMYK
0, 26, 99, 43
Luminance
0.1684
Every format
| HEX | #926c01 |
| RGB | rgb(146, 108, 1) |
| HSL | hsl(44, 99%, 29%) |
| CMYK | cmyk(0%, 26%, 99%, 43%) |
| LAB | lab(48.1 6.8 54.6) |
| LCH | lch(48.1 55.0 82.9) |
| OKLCH | oklch(0.555 0.114 84.1) |
Copy-ready code
/* CSS */
color: #926c01;
background-color: #926c01;
/* Tailwind (arbitrary) */
class="text-[#926c01] bg-[#926c01]"
/* SCSS */
$brand: #926c01;
/* SwiftUI */
Color(red: 0.573, green: 0.424, blue: 0.004)
/* Android */
Color.parseColor("#926c01")Accessibility — WCAG contrast
Aa
#926c01 on white: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#926c01 on black: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red57.3%
Green42.4%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta26.0%
Yellow99.3%
Key (black)42.7%
Color previews
#926c01 text on a black background
contrast 4.37:1
Card sample
#926c01 text on a white background
contrast 4.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #926c01;
Background color
Panel with #926c01 background
background-color: #926c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #926c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(146, 108, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(146, 108, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #926c01; background: linear-gradient(135deg, #926c01, #579201);