Olive
#A9710A
OrangeColor Codes
All color formats for development
HEX
#A9710ARGB
rgb(169, 113, 10)HSL
hsl(39, 89%, 35%)OKLCH
oklch(0.593 0.123 73.9)CMYK
cmyk(0%, 33%, 94%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#986609
2#875A08
3#764F07
4#654406
5#543905
6#432D04
7#332203
8#221702
9#110B01
Tints
Lighter variations
1#C8860C
2#E79B0D
3#F2AA24
4#F4B643
5#F6C262
6#F8CE82
7#FADBA1
8#FBE7C0
9#FDF3E0
Tones
Muted variations
1#A16F12
2#996C1A
3#916A22
4#89682A
5#816532
6#796339
7#716041
8#695E49
9#615C51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF2 #FDF2DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBE7 #FBE7C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9D4 #F9D490 | BordersInactive statesPlaceholder text |
| 400 | F5BE #F5BE56 | Disabled statesSecondary iconsMuted text |
| 500 | F2AB #F2AB26 | Primary brand colorCTAsActive elementsLinks |
| 600 | D48E #D48E0C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A971 #A9710A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7851 #785107 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D34 #4D3404 | 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: #FEF9F1;
--olive-100: #FDF2DD;
--olive-200: #FBE7C0;
--olive-300: #F9D490;
--olive-400: #F5BE56;
--olive-500: #F2AB26;
--olive-600: #D48E0C;
--olive-700: #A9710A;
--olive-800: #785107;
--olive-900: #4D3404;
--olive-950: #302003;
}