Olive
#AC8806
YellowColor Codes
All color formats for development
HEX
#AC8806RGB
rgb(172, 136, 6)HSL
hsl(47, 93%, 35%)OKLCH
oklch(0.643 0.13 89.7)CMYK
cmyk(0%, 21%, 97%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9B7B06
2#8A6D05
3#795F04
4#675204
5#564403
6#453702
7#342902
8#221B01
9#110E01
Tints
Lighter variations
1#CCA207
2#ECBB09
3#F7C81F
4#F8D03F
5#F9D85F
6#FAE07F
7#FCE79F
8#FDEFBF
9#FEF7DF
Tones
Muted variations
1#A4840F
2#9C7F17
3#937A1F
4#8B7527
5#837130
6#7A6C38
7#726740
8#6A6349
9#625E51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF7 #FEF7DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDEF #FDEFBF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBE3 #FBE38E | BordersInactive statesPlaceholder text |
| 400 | F9D5 #F9D553 | Disabled statesSecondary iconsMuted text |
| 500 | F7C9 #F7C922 | Primary brand colorCTAsActive elementsLinks |
| 600 | D9AB #D9AB08 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC88 #AC8806 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B61 #7B6104 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F3E #4F3E03 | Primary textHigh emphasis contentDark headings |
| 950 | 3127 #312702 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFBF0;
--olive-100: #FEF7DD;
--olive-200: #FDEFBF;
--olive-300: #FBE38E;
--olive-400: #F9D553;
--olive-500: #F7C922;
--olive-600: #D9AB08;
--olive-700: #AC8806;
--olive-800: #7B6104;
--olive-900: #4F3E03;
--olive-950: #312702;
}