Olive
#786007
YellowColor Codes
All color formats for development
HEX
#786007RGB
rgb(120, 96, 7)HSL
hsl(47, 89%, 25%)OKLCH
oklch(0.499 0.1 91.2)CMYK
cmyk(0%, 20%, 94%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C5606
2#604D06
3#544305
4#483A04
5#3C3004
6#302603
7#241D02
8#181301
9#0C0A01
Tints
Lighter variations
1#9D7D09
2#C1990B
3#E5B60D
4#F2C626
5#F4D04A
6#F7D96E
7#F9E393
8#FBECB7
9#FDF6DB
Tones
Muted variations
1#735D0D
2#6D5912
3#675618
4#62531E
5#5C5023
6#564D29
7#51492F
8#4B4634
9#45433A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF6 #FDF6DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBEF #FBEFC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9E2 #F9E290 | BordersInactive statesPlaceholder text |
| 400 | F5D3 #F5D356 | Disabled statesSecondary iconsMuted text |
| 500 | F2C6 #F2C626 | Primary brand colorCTAsActive elementsLinks |
| 600 | D4A9 #D4A90C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A986 #A9860A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7860 #786007 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D3D #4D3D04 | Primary textHigh emphasis contentDark headings |
| 950 | 3026 #302603 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFBF1;
--olive-100: #FDF6DD;
--olive-200: #FBEFC0;
--olive-300: #F9E290;
--olive-400: #F5D356;
--olive-500: #F2C626;
--olive-600: #D4A90C;
--olive-700: #A9860A;
--olive-800: #786007;
--olive-900: #4D3D04;
--olive-950: #302603;
}