Olive
#AD9405
YellowColor Codes
All color formats for development
HEX
#AD9405RGB
rgb(173, 148, 5)HSL
hsl(51, 94%, 35%)OKLCH
oklch(0.669 0.137 96.9)CMYK
cmyk(0%, 14%, 97%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9C8505
2#8B7604
3#796804
4#685903
5#574A03
6#453B02
7#342C02
8#231E01
9#110F01
Tints
Lighter variations
1#CDAF06
2#EDCB07
3#F8D71E
4#F9DD3E
5#FAE35E
6#FBE87E
7#FCEE9F
8#FDF4BF
9#FEF9DF
Tones
Muted variations
1#A58E0E
2#9C8816
3#94821F
4#8C7C27
5#83772F
6#7B7138
7#726B40
8#6A6548
9#625F51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFC #FFFCF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF9 #FEF9DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDF4 #FDF4BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBEB #FBEB8D | BordersInactive statesPlaceholder text |
| 400 | FAE0 #FAE052 | Disabled statesSecondary iconsMuted text |
| 500 | F8D8 #F8D820 | Primary brand colorCTAsActive elementsLinks |
| 600 | DABA #DABA07 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD94 #AD9405 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C6A #7C6A04 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F44 #4F4402 | Primary textHigh emphasis contentDark headings |
| 950 | 312A #312A02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFCF0;
--olive-100: #FEF9DC;
--olive-200: #FDF4BF;
--olive-300: #FBEB8D;
--olive-400: #FAE052;
--olive-500: #F8D820;
--olive-600: #DABA07;
--olive-700: #AD9405;
--olive-800: #7C6A04;
--olive-900: #4F4402;
--olive-950: #312A02;
}