Olive
#786F08
YellowColor Codes
All color formats for development
HEX
#786F08RGB
rgb(120, 111, 8)HSL
hsl(55, 88%, 25%)OKLCH
oklch(0.533 0.11 103.7)CMYK
cmyk(0%, 7%, 93%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C6307
2#605806
3#544D05
4#484205
5#3C3704
6#302C03
7#242102
8#181602
9#0C0B01
Tints
Lighter variations
1#9C900A
2#C0B10C
3#E4D20F
4#F1E027
5#F4E54B
6#F6EB6F
7#F8F093
8#FAF5B7
9#FDFADB
Tones
Muted variations
1#726A0D
2#6D6513
3#676018
4#615C1E
5#5C5724
6#565229
7#514E2F
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 | FBF6 #FBF6C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8EF #F8EF91 | BordersInactive statesPlaceholder text |
| 400 | F4E7 #F4E757 | Disabled statesSecondary iconsMuted text |
| 500 | F1E0 #F1E027 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3C2 #D3C20D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A89B #A89B0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 786F #786F08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D47 #4D4705 | Primary textHigh emphasis contentDark headings |
| 950 | 302C #302C03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFDF1;
--olive-100: #FDFADD;
--olive-200: #FBF6C1;
--olive-300: #F8EF91;
--olive-400: #F4E757;
--olive-500: #F1E027;
--olive-600: #D3C20D;
--olive-700: #A89B0B;
--olive-800: #786F08;
--olive-900: #4D4705;
--olive-950: #302C03;
}