Olive
#786108
YellowColor Codes
All color formats for development
HEX
#786108RGB
rgb(120, 97, 8)HSL
hsl(48, 88%, 25%)OKLCH
oklch(0.501 0.1 92)CMYK
cmyk(0%, 19%, 93%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C5807
2#604E06
3#544405
4#483A05
5#3C3104
6#302703
7#241D02
8#181302
9#0C0A01
Tints
Lighter variations
1#9C7F0A
2#C09C0C
3#E4B90F
4#F1C927
5#F4D24B
6#F6DB6F
7#F8E493
8#FAEDB7
9#FDF6DB
Tones
Muted variations
1#725E0D
2#6D5B13
3#675718
4#61541E
5#5C5124
6#564D29
7#514A2F
8#4B4635
9#45433A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF7 #FDF7DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBEF #FBEFC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8E3 #F8E391 | BordersInactive statesPlaceholder text |
| 400 | F4D5 #F4D557 | Disabled statesSecondary iconsMuted text |
| 500 | F1C9 #F1C927 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3AB #D3AB0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A888 #A8880B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7861 #786108 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D3E #4D3E05 | Primary textHigh emphasis contentDark headings |
| 950 | 3027 #302703 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFBF1;
--olive-100: #FDF7DD;
--olive-200: #FBEFC1;
--olive-300: #F8E391;
--olive-400: #F4D557;
--olive-500: #F1C927;
--olive-600: #D3AB0D;
--olive-700: #A8880B;
--olive-800: #786108;
--olive-900: #4D3E05;
--olive-950: #302703;
}