Olive
#785C08
YellowColor Codes
All color formats for development
HEX
#785C08RGB
rgb(120, 92, 8)HSL
hsl(45, 88%, 25%)OKLCH
oklch(0.49 0.097 87.2)CMYK
cmyk(0%, 23%, 93%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C5307
2#604906
3#544005
4#483705
5#3C2E04
6#302503
7#241C02
8#181202
9#0C0901
Tints
Lighter variations
1#9C770A
2#C0930C
3#E4AE0F
4#F1BF27
5#F4C94B
6#F6D46F
7#F8DF93
8#FAEAB7
9#FDF4DB
Tones
Muted variations
1#72590D
2#6D5613
3#675318
4#61511E
5#5C4E24
6#564B29
7#51482F
8#4B4535
9#45433A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF5 #FDF5DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBEC #FBECC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8DE #F8DE91 | BordersInactive statesPlaceholder text |
| 400 | F4CD #F4CD57 | Disabled statesSecondary iconsMuted text |
| 500 | F1BF #F1BF27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3A2 #D3A20D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A881 #A8810B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 785C #785C08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D3B #4D3B05 | Primary textHigh emphasis contentDark headings |
| 950 | 3025 #302503 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFBF1;
--olive-100: #FDF5DD;
--olive-200: #FBECC1;
--olive-300: #F8DE91;
--olive-400: #F4CD57;
--olive-500: #F1BF27;
--olive-600: #D3A20D;
--olive-700: #A8810B;
--olive-800: #785C08;
--olive-900: #4D3B05;
--olive-950: #302503;
}