Olive
#787107
YellowColor Codes
All color formats for development
HEX
#787107RGB
rgb(120, 113, 7)HSL
hsl(56, 89%, 25%)OKLCH
oklch(0.538 0.112 105.2)CMYK
cmyk(0%, 6%, 94%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C6606
2#605A06
3#544F05
4#484404
5#3C3804
6#302D03
7#242202
8#181701
9#0C0B01
Tints
Lighter variations
1#9D9309
2#C1B50B
3#E5D70D
4#F2E526
5#F4E94A
6#F7EE6E
7#F9F293
8#FBF6B7
9#FDFBDB
Tones
Muted variations
1#736C0D
2#6D6712
3#676218
4#625D1E
5#5C5823
6#565329
7#514F2F
8#4B4A34
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 #FBF7C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9F2 #F9F290 | BordersInactive statesPlaceholder text |
| 400 | F5EB #F5EB56 | Disabled statesSecondary iconsMuted text |
| 500 | F2E5 #F2E526 | Primary brand colorCTAsActive elementsLinks |
| 600 | D4C7 #D4C70C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A99E #A99E0A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7871 #787107 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D48 #4D4804 | 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: #FBF7C0;
--olive-300: #F9F290;
--olive-400: #F5EB56;
--olive-500: #F2E526;
--olive-600: #D4C70C;
--olive-700: #A99E0A;
--olive-800: #787107;
--olive-900: #4D4804;
--olive-950: #302D03;
}