Olive
#787008
YellowColor Codes
All color formats for development
HEX
#787008RGB
rgb(120, 112, 8)HSL
hsl(56, 88%, 25%)OKLCH
oklch(0.536 0.111 104.5)CMYK
cmyk(0%, 7%, 93%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C6507
2#605A06
3#544F05
4#484305
5#3C3804
6#302D03
7#242202
8#181602
9#0C0B01
Tints
Lighter variations
1#9C920A
2#C0B40C
3#E4D60F
4#F1E427
5#F4E84B
6#F6ED6F
7#F8F193
8#FAF6B7
9#FDFADB
Tones
Muted variations
1#726C0D
2#6D6713
3#676218
4#615D1E
5#5C5824
6#565329
7#514E2F
8#4B4935
9#45453A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDFB #FDFBDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBF7 #FBF7C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8F1 #F8F191 | BordersInactive statesPlaceholder text |
| 400 | F4EA #F4EA57 | Disabled statesSecondary iconsMuted text |
| 500 | F1E4 #F1E427 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3C6 #D3C60D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A89D #A89D0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7870 #787008 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D48 #4D4805 | Primary textHigh emphasis contentDark headings |
| 950 | 302D #302D03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFDF1;
--olive-100: #FDFBDD;
--olive-200: #FBF7C1;
--olive-300: #F8F191;
--olive-400: #F4EA57;
--olive-500: #F1E427;
--olive-600: #D3C60D;
--olive-700: #A89D0B;
--olive-800: #787008;
--olive-900: #4D4805;
--olive-950: #302D03;
}