Olive
#786508
YellowColor Codes
All color formats for development
HEX
#786508RGB
rgb(120, 101, 8)HSL
hsl(50, 88%, 25%)OKLCH
oklch(0.51 0.102 95.7)CMYK
cmyk(0%, 16%, 93%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C5B07
2#605106
3#544705
4#483D05
5#3C3304
6#302803
7#241E02
8#181402
9#0C0A01
Tints
Lighter variations
1#9C830A
2#C0A20C
3#E4C00F
4#F1D027
5#F4D74B
6#F6DF6F
7#F8E793
8#FAEFB7
9#FDF7DB
Tones
Muted variations
1#72610D
2#6D5E13
3#675A18
4#61561E
5#5C5224
6#564F29
7#514B2F
8#4B4735
9#45433A
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 | FBF1 #FBF1C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8E7 #F8E791 | BordersInactive statesPlaceholder text |
| 400 | F4DA #F4DA57 | Disabled statesSecondary iconsMuted text |
| 500 | F1D0 #F1D027 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3B2 #D3B20D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A88E #A88E0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7865 #786508 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D41 #4D4105 | Primary textHigh emphasis contentDark headings |
| 950 | 3028 #302803 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFCF1;
--olive-100: #FDF8DD;
--olive-200: #FBF1C1;
--olive-300: #F8E791;
--olive-400: #F4DA57;
--olive-500: #F1D027;
--olive-600: #D3B20D;
--olive-700: #A88E0B;
--olive-800: #786508;
--olive-900: #4D4105;
--olive-950: #302803;
}