Olive
#786708
YellowColor Codes
All color formats for development
HEX
#786708RGB
rgb(120, 103, 8)HSL
hsl(51, 88%, 25%)OKLCH
oklch(0.515 0.104 97.4)CMYK
cmyk(0%, 14%, 93%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C5D07
2#605206
3#544805
4#483E05
5#3C3404
6#302903
7#241F02
8#181502
9#0C0A01
Tints
Lighter variations
1#9C860A
2#C0A50C
3#E4C40F
4#F1D327
5#F4DA4B
6#F6E26F
7#F8E993
8#FAF0B7
9#FDF8DB
Tones
Muted variations
1#72630D
2#6D5F13
3#675B18
4#61571E
5#5C5324
6#564F29
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 | FDF8 #FDF8DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBF2 #FBF2C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8E8 #F8E891 | BordersInactive statesPlaceholder text |
| 400 | F4DD #F4DD57 | Disabled statesSecondary iconsMuted text |
| 500 | F1D3 #F1D327 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3B5 #D3B50D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A890 #A8900B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7867 #786708 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D42 #4D4205 | 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: #FBF2C1;
--olive-300: #F8E891;
--olive-400: #F4DD57;
--olive-500: #F1D327;
--olive-600: #D3B50D;
--olive-700: #A8900B;
--olive-800: #786708;
--olive-900: #4D4205;
--olive-950: #302903;
}