Olive
#A8760B
OrangeColor Codes
All color formats for development
HEX
#A8760BRGB
rgb(168, 118, 11)HSL
hsl(41, 88%, 35%)OKLCH
oklch(0.601 0.123 78.3)CMYK
cmyk(0%, 30%, 93%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#976A0A
2#865E09
3#755307
4#654706
5#543B05
6#432F04
7#322303
8#221802
9#110C01
Tints
Lighter variations
1#C78C0D
2#E6A20F
3#F1B025
4#F3BC44
5#F5C763
6#F7D282
7#F9DDA2
8#FBE9C1
9#FDF4E0
Tones
Muted variations
1#A07313
2#98701A
3#906D22
4#886B2A
5#816832
6#79653A
7#716242
8#695F4A
9#615C51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF3 #FDF3DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBE9 #FBE9C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8D7 #F8D791 | BordersInactive statesPlaceholder text |
| 400 | F4C3 #F4C357 | Disabled statesSecondary iconsMuted text |
| 500 | F1B1 #F1B127 | Primary brand colorCTAsActive elementsLinks |
| 600 | D394 #D3940D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A876 #A8760B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7854 #785408 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D36 #4D3605 | Primary textHigh emphasis contentDark headings |
| 950 | 3022 #302203 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFAF1;
--olive-100: #FDF3DD;
--olive-200: #FBE9C1;
--olive-300: #F8D791;
--olive-400: #F4C357;
--olive-500: #F1B127;
--olive-600: #D3940D;
--olive-700: #A8760B;
--olive-800: #785408;
--olive-900: #4D3605;
--olive-950: #302203;
}