Olive
#AC8006
OrangeColor Codes
All color formats for development
HEX
#AC8006RGB
rgb(172, 128, 6)HSL
hsl(44, 93%, 35%)OKLCH
oklch(0.626 0.127 84)CMYK
cmyk(0%, 26%, 97%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9B7306
2#8A6605
3#795A04
4#674D04
5#564003
6#453302
7#342602
8#221A01
9#110D01
Tints
Lighter variations
1#CC9807
2#ECB009
3#F7BD1F
4#F8C73F
5#F9D05F
6#FAD97F
7#FCE39F
8#FDECBF
9#FEF6DF
Tones
Muted variations
1#A47C0F
2#9C7817
3#93741F
4#8B7027
5#836D30
6#7A6938
7#726540
8#6A6149
9#625D51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF5 #FEF5DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDEC #FDECBF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBDE #FBDE8E | BordersInactive statesPlaceholder text |
| 400 | F9CC #F9CC53 | Disabled statesSecondary iconsMuted text |
| 500 | F7BE #F7BE22 | Primary brand colorCTAsActive elementsLinks |
| 600 | D9A1 #D9A108 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC80 #AC8006 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B5B #7B5B04 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F3B #4F3B03 | Primary textHigh emphasis contentDark headings |
| 950 | 3125 #312502 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFBF0;
--olive-100: #FEF5DD;
--olive-200: #FDECBF;
--olive-300: #FBDE8E;
--olive-400: #F9CC53;
--olive-500: #F7BE22;
--olive-600: #D9A108;
--olive-700: #AC8006;
--olive-800: #7B5B04;
--olive-900: #4F3B03;
--olive-950: #312502;
}