Olive
#786B08
YellowColor Codes
All color formats for development
HEX
#786B08RGB
rgb(120, 107, 8)HSL
hsl(53, 88%, 25%)OKLCH
oklch(0.524 0.107 100.7)CMYK
cmyk(0%, 11%, 93%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C6007
2#605506
3#544B05
4#484005
5#3C3504
6#302B03
7#242002
8#181502
9#0C0B01
Tints
Lighter variations
1#9C8B0A
2#C0AB0C
3#E4CB0F
4#F1DA27
5#F4E04B
6#F6E66F
7#F8EC93
8#FAF3B7
9#FDF9DB
Tones
Muted variations
1#72660D
2#6D6213
3#675E18
4#615A1E
5#5C5524
6#565129
7#514D2F
8#4B4835
9#45443A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF9 #FDF9DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBF4 #FBF4C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8EC #F8EC91 | BordersInactive statesPlaceholder text |
| 400 | F4E2 #F4E257 | Disabled statesSecondary iconsMuted text |
| 500 | F1DA #F1DA27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3BC #D3BC0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A895 #A8950B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 786B #786B08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D44 #4D4405 | 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: #FDF9DD;
--olive-200: #FBF4C1;
--olive-300: #F8EC91;
--olive-400: #F4E257;
--olive-500: #F1DA27;
--olive-600: #D3BC0D;
--olive-700: #A8950B;
--olive-800: #786B08;
--olive-900: #4D4405;
--olive-950: #302B03;
}