Olive
#786707
YellowColor Codes
All color formats for development
HEX
#786707RGB
rgb(120, 103, 7)HSL
hsl(51, 89%, 25%)OKLCH
oklch(0.515 0.104 97.5)CMYK
cmyk(0%, 14%, 94%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C5D06
2#605306
3#544805
4#483E04
5#3C3404
6#302903
7#241F02
8#181501
9#0C0A01
Tints
Lighter variations
1#9D8709
2#C1A60B
3#E5C50D
4#F2D426
5#F4DB4A
6#F7E26E
7#F9E993
8#FBF1B7
9#FDF8DB
Tones
Muted variations
1#73630D
2#6D6012
3#675C18
4#62581E
5#5C5423
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 | FDF8 #FDF8DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBF3 #FBF3C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9E9 #F9E990 | BordersInactive statesPlaceholder text |
| 400 | F5DD #F5DD56 | Disabled statesSecondary iconsMuted text |
| 500 | F2D4 #F2D426 | Primary brand colorCTAsActive elementsLinks |
| 600 | D4B6 #D4B60C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A991 #A9910A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7867 #786707 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D42 #4D4204 | Primary textHigh emphasis contentDark headings |
| 950 | 3029 #302903 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFCF1;
--olive-100: #FDF8DD;
--olive-200: #FBF3C0;
--olive-300: #F9E990;
--olive-400: #F5DD56;
--olive-500: #F2D426;
--olive-600: #D4B60C;
--olive-700: #A9910A;
--olive-800: #786707;
--olive-900: #4D4204;
--olive-950: #302903;
}