Olive
#7B7104
YellowColor Codes
All color formats for development
HEX
#7B7104RGB
rgb(123, 113, 4)HSL
hsl(55, 94%, 25%)OKLCH
oklch(0.541 0.113 103.3)CMYK
cmyk(0%, 8%, 97%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6F6603
2#635B03
3#575003
4#4A4402
5#3E3902
6#312D02
7#252201
8#191701
9#0C0B00
Tints
Lighter variations
1#A19405
2#C6B606
3#EBD807
4#F8E620
5#F9EA45
6#FAEE6B
7#FCF390
8#FDF7B5
9#FEFBDA
Tones
Muted variations
1#766D0A
2#706810
3#6A6316
4#645E1C
5#5E5922
6#585428
7#524F2E
8#4C4A34
9#46453A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFD #FFFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEFB #FEFBDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDF8 #FDF8BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBF2 #FBF28D | BordersInactive statesPlaceholder text |
| 400 | FAEC #FAEC52 | Disabled statesSecondary iconsMuted text |
| 500 | F8E6 #F8E620 | Primary brand colorCTAsActive elementsLinks |
| 600 | DAC8 #DAC807 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD9F #AD9F05 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C72 #7C7204 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F49 #4F4902 | Primary textHigh emphasis contentDark headings |
| 950 | 312D #312D02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFDF0;
--olive-100: #FEFBDC;
--olive-200: #FDF8BF;
--olive-300: #FBF28D;
--olive-400: #FAEC52;
--olive-500: #F8E620;
--olive-600: #DAC807;
--olive-700: #AD9F05;
--olive-800: #7C7204;
--olive-900: #4F4902;
--olive-950: #312D02;
}