Olive
#785808
OrangeColor Codes
All color formats for development
HEX
#785808RGB
rgb(120, 88, 8)HSL
hsl(43, 88%, 25%)OKLCH
oklch(0.481 0.096 83.1)CMYK
cmyk(0%, 27%, 93%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C4F07
2#604606
3#543E05
4#483505
5#3C2C04
6#302303
7#241A02
8#181202
9#0C0901
Tints
Lighter variations
1#9C720A
2#C08D0C
3#E4A70F
4#F1B827
5#F4C44B
6#F6D06F
7#F8DC93
8#FAE7B7
9#FDF3DB
Tones
Muted variations
1#72560D
2#6D5313
3#675118
4#614E1E
5#5C4C24
6#564929
7#51472F
8#4B4535
9#45423A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF4 #FDF4DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBEA #FBEAC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8DB #F8DB91 | BordersInactive statesPlaceholder text |
| 400 | F4C8 #F4C857 | Disabled statesSecondary iconsMuted text |
| 500 | F1B8 #F1B827 | Primary brand colorCTAsActive elementsLinks |
| 600 | D39B #D39B0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A87B #A87B0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7858 #785808 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D38 #4D3805 | Primary textHigh emphasis contentDark headings |
| 950 | 3023 #302303 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFAF1;
--olive-100: #FDF4DD;
--olive-200: #FBEAC1;
--olive-300: #F8DB91;
--olive-400: #F4C857;
--olive-500: #F1B827;
--olive-600: #D39B0D;
--olive-700: #A87B0B;
--olive-800: #785808;
--olive-900: #4D3805;
--olive-950: #302303;
}