Olive
#785608
OrangeColor Codes
All color formats for development
HEX
#785608RGB
rgb(120, 86, 8)HSL
hsl(42, 88%, 25%)OKLCH
oklch(0.477 0.095 81)CMYK
cmyk(0%, 28%, 93%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C4E07
2#604506
3#543C05
4#483405
5#3C2B04
6#302203
7#241A02
8#181102
9#0C0901
Tints
Lighter variations
1#9C700A
2#C08A0C
3#E4A40F
4#F1B527
5#F4C14B
6#F6CD6F
7#F8DA93
8#FAE6B7
9#FDF3DB
Tones
Muted variations
1#72540D
2#6D5213
3#674F18
4#614D1E
5#5C4B24
6#564929
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 | FBEA #FBEAC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8D9 #F8D991 | BordersInactive statesPlaceholder text |
| 400 | F4C5 #F4C557 | Disabled statesSecondary iconsMuted text |
| 500 | F1B5 #F1B527 | Primary brand colorCTAsActive elementsLinks |
| 600 | D398 #D3980D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A879 #A8790B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7856 #785608 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D37 #4D3705 | 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: #FBEAC1;
--olive-300: #F8D991;
--olive-400: #F4C557;
--olive-500: #F1B527;
--olive-600: #D3980D;
--olive-700: #A8790B;
--olive-800: #785608;
--olive-900: #4D3705;
--olive-950: #302203;
}