Olive
#786907
YellowColor Codes
All color formats for development
HEX
#786907RGB
rgb(120, 105, 7)HSL
hsl(52, 89%, 25%)OKLCH
oklch(0.519 0.105 99.1)CMYK
cmyk(0%, 13%, 94%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C5F06
2#605406
3#544A05
4#483F04
5#3C3504
6#302A03
7#242002
8#181501
9#0C0B01
Tints
Lighter variations
1#9D8909
2#C1A90B
3#E5C80D
4#F2D726
5#F4DE4A
6#F7E46E
7#F9EB93
8#FBF2B7
9#FDF8DB
Tones
Muted variations
1#73650D
2#6D6112
3#675D18
4#62591E
5#5C5523
6#565029
7#514C2F
8#4B4834
9#45443A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF9 #FDF9DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBF3 #FBF3C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9EB #F9EB90 | BordersInactive statesPlaceholder text |
| 400 | F5E0 #F5E056 | Disabled statesSecondary iconsMuted text |
| 500 | F2D7 #F2D726 | Primary brand colorCTAsActive elementsLinks |
| 600 | D4B9 #D4B90C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A994 #A9940A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7869 #786907 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D43 #4D4304 | Primary textHigh emphasis contentDark headings |
| 950 | 302A #302A03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFCF1;
--olive-100: #FDF9DD;
--olive-200: #FBF3C0;
--olive-300: #F9EB90;
--olive-400: #F5E056;
--olive-500: #F2D726;
--olive-600: #D4B90C;
--olive-700: #A9940A;
--olive-800: #786907;
--olive-900: #4D4304;
--olive-950: #302A03;
}