Olive
#785A08
OrangeColor Codes
All color formats for development
HEX
#785A08RGB
rgb(120, 90, 8)HSL
hsl(44, 88%, 25%)OKLCH
oklch(0.486 0.097 85.1)CMYK
cmyk(0%, 25%, 93%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C5107
2#604806
3#543F05
4#483605
5#3C2D04
6#302403
7#241B02
8#181202
9#0C0901
Tints
Lighter variations
1#9C750A
2#C0900C
3#E4AB0F
4#F1BB27
5#F4C74B
6#F6D26F
7#F8DD93
8#FAE8B7
9#FDF4DB
Tones
Muted variations
1#72570D
2#6D5513
3#675218
4#614F1E
5#5C4D24
6#564A29
7#51482F
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 | FBEB #FBEBC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8DC #F8DC91 | BordersInactive statesPlaceholder text |
| 400 | F4CA #F4CA57 | Disabled statesSecondary iconsMuted text |
| 500 | F1BB #F1BB27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D39E #D39E0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A87E #A87E0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 785A #785A08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D3A #4D3A05 | Primary textHigh emphasis contentDark headings |
| 950 | 3024 #302403 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFAF1;
--olive-100: #FDF4DD;
--olive-200: #FBEBC1;
--olive-300: #F8DC91;
--olive-400: #F4CA57;
--olive-500: #F1BB27;
--olive-600: #D39E0D;
--olive-700: #A87E0B;
--olive-800: #785A08;
--olive-900: #4D3A05;
--olive-950: #302403;
}