Olive
#785408
OrangeColor Codes
All color formats for development
HEX
#785408RGB
rgb(120, 84, 8)HSL
hsl(41, 88%, 25%)OKLCH
oklch(0.473 0.095 78.8)CMYK
cmyk(0%, 30%, 93%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C4C07
2#604306
3#543B05
4#483305
5#3C2A04
6#302203
7#241902
8#181102
9#0C0801
Tints
Lighter variations
1#9C6E0A
2#C0870C
3#E4A00F
4#F1B127
5#F4BE4B
6#F6CB6F
7#F8D893
8#FAE5B7
9#FDF2DB
Tones
Muted variations
1#72520D
2#6D5013
3#674E18
4#614C1E
5#5C4A24
6#564829
7#51462F
8#4B4435
9#45423A
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;
}