Olive
#AD7E05
OrangeColor Codes
All color formats for development
HEX
#AD7E05RGB
rgb(173, 126, 5)HSL
hsl(43, 94%, 35%)OKLCH
oklch(0.623 0.127 82)CMYK
cmyk(0%, 27%, 97%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9C7105
2#8B6404
3#795804
4#684B03
5#573F03
6#453202
7#342602
8#231901
9#110D01
Tints
Lighter variations
1#CD9506
2#EDAC07
3#F8BA1E
4#F9C43E
5#FACE5E
6#FBD87E
7#FCE29F
8#FDEBBF
9#FEF5DF
Tones
Muted variations
1#A57A0E
2#9C7616
3#94731F
4#8C6F27
5#836B2F
6#7B6838
7#726440
8#6A6148
9#625D51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFA #FFFAF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF4 #FEF4DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDEB #FDEBBF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBDC #FBDC8D | BordersInactive statesPlaceholder text |
| 400 | FACA #FACA52 | Disabled statesSecondary iconsMuted text |
| 500 | F8BB #F8BB20 | Primary brand colorCTAsActive elementsLinks |
| 600 | DA9E #DA9E07 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD7E #AD7E05 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C5A #7C5A04 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F39 #4F3902 | Primary textHigh emphasis contentDark headings |
| 950 | 3124 #312402 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFAF0;
--olive-100: #FEF4DC;
--olive-200: #FDEBBF;
--olive-300: #FBDC8D;
--olive-400: #FACA52;
--olive-500: #F8BB20;
--olive-600: #DA9E07;
--olive-700: #AD7E05;
--olive-800: #7C5A04;
--olive-900: #4F3902;
--olive-950: #312402;
}