Olive
#786607
YellowColor Codes
All color formats for development
HEX
#786607RGB
rgb(120, 102, 7)HSL
hsl(50, 89%, 25%)OKLCH
oklch(0.512 0.103 96.6)CMYK
cmyk(0%, 15%, 94%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C5B06
2#605106
3#544705
4#483D04
5#3C3304
6#302903
7#241E02
8#181401
9#0C0A01
Tints
Lighter variations
1#9D8409
2#C1A30B
3#E5C10D
4#F2D026
5#F4D84A
6#F7E06E
7#F9E893
8#FBEFB7
9#FDF7DB
Tones
Muted variations
1#73620D
2#6D5E12
3#675A18
4#62561E
5#5C5323
6#564F29
7#514B2F
8#4B4734
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 | FBF2 #FBF2C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9E7 #F9E790 | BordersInactive statesPlaceholder text |
| 400 | F5DB #F5DB56 | Disabled statesSecondary iconsMuted text |
| 500 | F2D0 #F2D026 | Primary brand colorCTAsActive elementsLinks |
| 600 | D4B3 #D4B30C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A98E #A98E0A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7866 #786607 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D41 #4D4104 | 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: #FBF2C0;
--olive-300: #F9E790;
--olive-400: #F5DB56;
--olive-500: #F2D026;
--olive-600: #D4B30C;
--olive-700: #A98E0A;
--olive-800: #786607;
--olive-900: #4D4104;
--olive-950: #302903;
}