Olive
#AA7C09
OrangeColor Codes
All color formats for development
HEX
#AA7C09RGB
rgb(170, 124, 9)HSL
hsl(43, 90%, 35%)OKLCH
oklch(0.616 0.125 81.9)CMYK
cmyk(0%, 27%, 95%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#997008
2#886307
3#775706
4#664A05
5#553E04
6#443204
7#332503
8#221902
9#110C01
Tints
Lighter variations
1#C9930B
2#E9AA0C
3#F3B823
4#F5C242
5#F7CC62
6#F8D781
7#FAE1A1
8#FCEBC0
9#FDF5E0
Tones
Muted variations
1#A27911
2#9A7519
3#917221
4#896E29
5#816B31
6#796739
7#716441
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 | F9DB #F9DB90 | BordersInactive statesPlaceholder text |
| 400 | F6C9 #F6C955 | Disabled statesSecondary iconsMuted text |
| 500 | F4B9 #F4B925 | Primary brand colorCTAsActive elementsLinks |
| 600 | D59C #D59C0B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA7C #AA7C09 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7959 #795906 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E39 #4E3904 | Primary textHigh emphasis contentDark headings |
| 950 | 3023 #302303 | 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: #F9DB90;
--olive-400: #F6C955;
--olive-500: #F4B925;
--olive-600: #D59C0B;
--olive-700: #AA7C09;
--olive-800: #795906;
--olive-900: #4E3904;
--olive-950: #302303;
}