Olive
#786908
YellowColor Codes
All color formats for development
HEX
#786908RGB
rgb(120, 105, 8)HSL
hsl(52, 88%, 25%)OKLCH
oklch(0.519 0.105 99.1)CMYK
cmyk(0%, 13%, 93%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C5E07
2#605406
3#544905
4#483F05
5#3C3404
6#302A03
7#241F02
8#181502
9#0C0A01
Tints
Lighter variations
1#9C880A
2#C0A80C
3#E4C70F
4#F1D627
5#F4DD4B
6#F6E46F
7#F8EB93
8#FAF1B7
9#FDF8DB
Tones
Muted variations
1#72650D
2#6D6113
3#675D18
4#61581E
5#5C5424
6#565029
7#514C2F
8#4B4835
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 #FBF3C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8EA #F8EA91 | BordersInactive statesPlaceholder text |
| 400 | F4DF #F4DF57 | Disabled statesSecondary iconsMuted text |
| 500 | F1D6 #F1D627 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3B9 #D3B90D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A893 #A8930B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7869 #786908 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D43 #4D4305 | 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: #FBF3C1;
--olive-300: #F8EA91;
--olive-400: #F4DF57;
--olive-500: #F1D627;
--olive-600: #D3B90D;
--olive-700: #A8930B;
--olive-800: #786908;
--olive-900: #4D4305;
--olive-950: #302A03;
}