Olive
#AD8605
YellowColor Codes
All color formats for development
HEX
#AD8605RGB
rgb(173, 134, 5)HSL
hsl(46, 94%, 35%)OKLCH
oklch(0.64 0.13 87.8)CMYK
cmyk(0%, 23%, 97%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9C7905
2#8B6B04
3#795E04
4#685003
5#574303
6#453602
7#342802
8#231B01
9#110D01
Tints
Lighter variations
1#CD9F06
2#EDB807
3#F8C51E
4#F9CD3E
5#FAD65E
6#FBDE7E
7#FCE69F
8#FDEEBF
9#FEF7DF
Tones
Muted variations
1#A5820E
2#9C7D16
3#94791F
4#8C7427
5#83702F
6#7B6B38
7#726740
8#6A6248
9#625E51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFB #FFFBF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF6 #FEF6DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDEE #FDEEBF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBE2 #FBE28D | BordersInactive statesPlaceholder text |
| 400 | FAD2 #FAD252 | Disabled statesSecondary iconsMuted text |
| 500 | F8C6 #F8C620 | Primary brand colorCTAsActive elementsLinks |
| 600 | DAA8 #DAA807 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD86 #AD8605 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C60 #7C6004 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F3D #4F3D02 | Primary textHigh emphasis contentDark headings |
| 950 | 3126 #312602 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFBF0;
--olive-100: #FEF6DC;
--olive-200: #FDEEBF;
--olive-300: #FBE28D;
--olive-400: #FAD252;
--olive-500: #F8C620;
--olive-600: #DAA807;
--olive-700: #AD8605;
--olive-800: #7C6004;
--olive-900: #4F3D02;
--olive-950: #312602;
}