Olive
#796E06
YellowColor Codes
All color formats for development
HEX
#796E06RGB
rgb(121, 110, 6)HSL
hsl(54, 91%, 25%)OKLCH
oklch(0.532 0.11 102.4)CMYK
cmyk(0%, 9%, 95%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E6305
2#615805
3#554D04
4#494203
5#3D3703
6#312C02
7#252102
8#181601
9#0C0B01
Tints
Lighter variations
1#9E8F07
2#C3B009
3#E7D10B
4#F5E024
5#F6E548
6#F8EA6D
7#FAEF91
8#FCF5B6
9#FDFADA
Tones
Muted variations
1#746A0C
2#6E6511
3#686017
4#635C1D
5#5D5723
6#575229
7#514E2E
8#4B4934
9#46443A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDFA #FDFADD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCF6 #FCF6C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FAEF #FAEF8F | BordersInactive statesPlaceholder text |
| 400 | F7E7 #F7E755 | Disabled statesSecondary iconsMuted text |
| 500 | F5E0 #F5E024 | Primary brand colorCTAsActive elementsLinks |
| 600 | D6C2 #D6C20A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA9A #AA9A08 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A6E #7A6E06 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E47 #4E4704 | Primary textHigh emphasis contentDark headings |
| 950 | 312C #312C02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFDF0;
--olive-100: #FDFADD;
--olive-200: #FCF6C0;
--olive-300: #FAEF8F;
--olive-400: #F7E755;
--olive-500: #F5E024;
--olive-600: #D6C20A;
--olive-700: #AA9A08;
--olive-800: #7A6E06;
--olive-900: #4E4704;
--olive-950: #312C02;
}