Olive
#787807
YellowColor Codes
All color formats for development
HEX
#787807RGB
rgb(120, 120, 7)HSL
hsl(60, 89%, 25%)OKLCH
oklch(0.555 0.119 109.7)CMYK
cmyk(0%, 0%, 94%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C6C06
2#606006
3#545405
4#484804
5#3C3C04
6#303003
7#242402
8#181801
9#0C0C01
Tints
Lighter variations
1#9D9D09
2#C1C10B
3#E5E50D
4#F2F226
5#F4F44A
6#F7F76E
7#F9F993
8#FBFBB7
9#FDFDDB
Tones
Muted variations
1#73730D
2#6D6D12
3#676718
4#62621E
5#5C5C23
6#565629
7#51512F
8#4B4B34
9#45453A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFE #FEFEF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDFD #FDFDDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBFB #FBFBC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9F9 #F9F990 | BordersInactive statesPlaceholder text |
| 400 | F5F5 #F5F556 | Disabled statesSecondary iconsMuted text |
| 500 | F2F2 #F2F226 | Primary brand colorCTAsActive elementsLinks |
| 600 | D4D4 #D4D40C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A9A9 #A9A90A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7878 #787807 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D4D #4D4D04 | Primary textHigh emphasis contentDark headings |
| 950 | 3030 #303003 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFEF1;
--olive-100: #FDFDDD;
--olive-200: #FBFBC0;
--olive-300: #F9F990;
--olive-400: #F5F556;
--olive-500: #F2F226;
--olive-600: #D4D40C;
--olive-700: #A9A90A;
--olive-800: #787807;
--olive-900: #4D4D04;
--olive-950: #303003;
}