Olive
#AA7C08
OrangeColor Codes
All color formats for development
HEX
#AA7C08RGB
rgb(170, 124, 8)HSL
hsl(43, 91%, 35%)OKLCH
oklch(0.616 0.125 82)CMYK
cmyk(0%, 27%, 95%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#997007
2#886406
3#775706
4#664B05
5#553E04
6#443203
7#332502
8#221902
9#110C01
Tints
Lighter variations
1#CA940A
2#EAAB0B
3#F5B921
4#F6C341
5#F8CD61
6#F9D780
7#FBE1A0
8#FCEBC0
9#FEF5DF
Tones
Muted variations
1#A27910
2#9A7518
3#927220
4#8A6E29
5#826B31
6#7A6739
7#726441
8#696049
9#615D51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF4 #FDF4DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCEB #FCEBC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FADB #FADB8F | BordersInactive statesPlaceholder text |
| 400 | F7C9 #F7C955 | Disabled statesSecondary iconsMuted text |
| 500 | F5B9 #F5B924 | Primary brand colorCTAsActive elementsLinks |
| 600 | D69C #D69C0A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA7C #AA7C08 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A59 #7A5906 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E39 #4E3904 | 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: #FEFAF0;
--olive-100: #FDF4DD;
--olive-200: #FCEBC0;
--olive-300: #FADB8F;
--olive-400: #F7C955;
--olive-500: #F5B924;
--olive-600: #D69C0A;
--olive-700: #AA7C08;
--olive-800: #7A5906;
--olive-900: #4E3904;
--olive-950: #312402;
}