Olive
#AC7806
OrangeColor Codes
All color formats for development
HEX
#AC7806RGB
rgb(172, 120, 6)HSL
hsl(41, 93%, 35%)OKLCH
oklch(0.61 0.126 78)CMYK
cmyk(0%, 30%, 97%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9B6C06
2#8A6005
3#795404
4#674804
5#563C03
6#453002
7#342402
8#221801
9#110C01
Tints
Lighter variations
1#CC8E07
2#ECA409
3#F7B31F
4#F8BD3F
5#F9C85F
6#FAD37F
7#FCDE9F
8#FDE9BF
9#FEF4DF
Tones
Muted variations
1#A4750F
2#9C7217
3#936F1F
4#8B6C27
5#836830
6#7A6538
7#726240
8#6A5F49
9#625C51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF3 #FEF3DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDE9 #FDE9BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBD8 #FBD88E | BordersInactive statesPlaceholder text |
| 400 | F9C4 #F9C453 | Disabled statesSecondary iconsMuted text |
| 500 | F7B3 #F7B322 | Primary brand colorCTAsActive elementsLinks |
| 600 | D996 #D99608 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC78 #AC7806 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B55 #7B5504 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F37 #4F3703 | Primary textHigh emphasis contentDark headings |
| 950 | 3122 #312202 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFAF0;
--olive-100: #FEF3DD;
--olive-200: #FDE9BF;
--olive-300: #FBD88E;
--olive-400: #F9C453;
--olive-500: #F7B322;
--olive-600: #D99608;
--olive-700: #AC7806;
--olive-800: #7B5504;
--olive-900: #4F3703;
--olive-950: #312202;
}