Olive
#AA7109
OrangeColor Codes
All color formats for development
HEX
#AA7109RGB
rgb(170, 113, 9)HSL
hsl(39, 90%, 35%)OKLCH
oklch(0.594 0.124 73.5)CMYK
cmyk(0%, 34%, 95%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#996608
2#885B07
3#774F06
4#664405
5#553904
6#442D04
7#332203
8#221702
9#110B01
Tints
Lighter variations
1#C9860B
2#E99B0C
3#F3AA23
4#F5B642
5#F7C362
6#F8CF81
7#FADBA1
8#FCE7C0
9#FDF3E0
Tones
Muted variations
1#A26F11
2#9A6D19
3#916A21
4#896829
5#816531
6#796339
7#716041
8#695E49
9#615C51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF2 #FDF2DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCE7 #FCE7C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9D4 #F9D490 | BordersInactive statesPlaceholder text |
| 400 | F6BE #F6BE55 | Disabled statesSecondary iconsMuted text |
| 500 | F4AB #F4AB25 | Primary brand colorCTAsActive elementsLinks |
| 600 | D58E #D58E0B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA71 #AA7109 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7951 #795106 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E34 #4E3404 | Primary textHigh emphasis contentDark headings |
| 950 | 3020 #302003 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEF9F0;
--olive-100: #FDF2DD;
--olive-200: #FCE7C0;
--olive-300: #F9D490;
--olive-400: #F6BE55;
--olive-500: #F4AB25;
--olive-600: #D58E0B;
--olive-700: #AA7109;
--olive-800: #795106;
--olive-900: #4E3404;
--olive-950: #302003;
}