Olive
#AD8305
YellowColor Codes
All color formats for development
HEX
#AD8305RGB
rgb(173, 131, 5)HSL
hsl(45, 94%, 35%)OKLCH
oklch(0.633 0.129 85.6)CMYK
cmyk(0%, 24%, 97%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9C7605
2#8B6904
3#795C04
4#684F03
5#574203
6#453402
7#342702
8#231A01
9#110D01
Tints
Lighter variations
1#CD9C06
2#EDB407
3#F8C21E
4#F9CA3E
5#FAD35E
6#FBDC7E
7#FCE59F
8#FDEDBF
9#FEF6DF
Tones
Muted variations
1#A57F0E
2#9C7B16
3#94771F
4#8C7227
5#836E2F
6#7B6A38
7#726640
8#6A6248
9#625D51
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 | FDED #FDEDBF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBE0 #FBE08D | BordersInactive statesPlaceholder text |
| 400 | FAD0 #FAD052 | Disabled statesSecondary iconsMuted text |
| 500 | F8C2 #F8C220 | Primary brand colorCTAsActive elementsLinks |
| 600 | DAA5 #DAA507 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD83 #AD8305 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C5E #7C5E04 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F3C #4F3C02 | Primary textHigh emphasis contentDark headings |
| 950 | 3125 #312502 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFBF0;
--olive-100: #FEF6DC;
--olive-200: #FDEDBF;
--olive-300: #FBE08D;
--olive-400: #FAD052;
--olive-500: #F8C220;
--olive-600: #DAA507;
--olive-700: #AD8305;
--olive-800: #7C5E04;
--olive-900: #4F3C02;
--olive-950: #312502;
}