Olive
#786D08
YellowColor Codes
All color formats for development
HEX
#786D08RGB
rgb(120, 109, 8)HSL
hsl(54, 88%, 25%)OKLCH
oklch(0.529 0.108 102.3)CMYK
cmyk(0%, 9%, 93%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C6207
2#605706
3#544C05
4#484105
5#3C3604
6#302B03
7#242102
8#181602
9#0C0B01
Tints
Lighter variations
1#9C8D0A
2#C0AE0C
3#E4CE0F
4#F1DD27
5#F4E34B
6#F6E86F
7#F8EE93
8#FAF4B7
9#FDF9DB
Tones
Muted variations
1#72680D
2#6D6413
3#675F18
4#615B1E
5#5C5624
6#565229
7#514D2F
8#4B4935
9#45443A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDFA #FDFADD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBF5 #FBF5C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8EE #F8EE91 | BordersInactive statesPlaceholder text |
| 400 | F4E5 #F4E557 | Disabled statesSecondary iconsMuted text |
| 500 | F1DD #F1DD27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3BF #D3BF0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A898 #A8980B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 786D #786D08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D46 #4D4605 | Primary textHigh emphasis contentDark headings |
| 950 | 302B #302B03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFDF1;
--olive-100: #FDFADD;
--olive-200: #FBF5C1;
--olive-300: #F8EE91;
--olive-400: #F4E557;
--olive-500: #F1DD27;
--olive-600: #D3BF0D;
--olive-700: #A8980B;
--olive-800: #786D08;
--olive-900: #4D4605;
--olive-950: #302B03;
}