Olive
#AD7805
OrangeColor Codes
All color formats for development
HEX
#AD7805RGB
rgb(173, 120, 5)HSL
hsl(41, 94%, 35%)OKLCH
oklch(0.611 0.126 77.5)CMYK
cmyk(0%, 31%, 97%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9C6C05
2#8B6004
3#795404
4#684803
5#573C03
6#453002
7#342402
8#231801
9#110C01
Tints
Lighter variations
1#CD8E06
2#EDA507
3#F8B31E
4#F9BE3E
5#FAC95E
6#FBD47E
7#FCDE9F
8#FDE9BF
9#FEF4DF
Tones
Muted variations
1#A5750E
2#9C7216
3#946F1F
4#8C6C27
5#83692F
6#7B6638
7#726240
8#6A5F48
9#625C51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFA #FFFAF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF3 #FEF3DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDE9 #FDE9BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBD9 #FBD98D | BordersInactive statesPlaceholder text |
| 400 | FAC5 #FAC552 | Disabled statesSecondary iconsMuted text |
| 500 | F8B4 #F8B420 | Primary brand colorCTAsActive elementsLinks |
| 600 | DA97 #DA9707 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD78 #AD7805 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C56 #7C5604 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F37 #4F3702 | Primary textHigh emphasis contentDark headings |
| 950 | 3122 #312202 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFAF0;
--olive-100: #FEF3DC;
--olive-200: #FDE9BF;
--olive-300: #FBD98D;
--olive-400: #FAC552;
--olive-500: #F8B420;
--olive-600: #DA9707;
--olive-700: #AD7805;
--olive-800: #7C5604;
--olive-900: #4F3702;
--olive-950: #312202;
}