Olive
#785C07
YellowColor Codes
All color formats for development
HEX
#785C07RGB
rgb(120, 92, 7)HSL
hsl(45, 89%, 25%)OKLCH
oklch(0.49 0.098 87.3)CMYK
cmyk(0%, 23%, 94%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C5306
2#604A06
3#544005
4#483704
5#3C2E04
6#302503
7#241C02
8#181201
9#0C0901
Tints
Lighter variations
1#9D7809
2#C1930B
3#E5AF0D
4#F2BF26
5#F4CA4A
6#F7D56E
7#F9DF93
8#FBEAB7
9#FDF4DB
Tones
Muted variations
1#73590D
2#6D5612
3#675418
4#62511E
5#5C4E23
6#564B29
7#51482F
8#4B4534
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 | FBED #FBEDC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9DE #F9DE90 | BordersInactive statesPlaceholder text |
| 400 | F5CD #F5CD56 | Disabled statesSecondary iconsMuted text |
| 500 | F2BF #F2BF26 | Primary brand colorCTAsActive elementsLinks |
| 600 | D4A2 #D4A20C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A981 #A9810A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 785C #785C07 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D3B #4D3B04 | 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: #FBEDC0;
--olive-300: #F9DE90;
--olive-400: #F5CD56;
--olive-500: #F2BF26;
--olive-600: #D4A20C;
--olive-700: #A9810A;
--olive-800: #785C07;
--olive-900: #4D3B04;
--olive-950: #302503;
}