Olive
#AC9606
YellowColor Codes
All color formats for development
HEX
#AC9606RGB
rgb(172, 150, 6)HSL
hsl(52, 93%, 35%)OKLCH
oklch(0.672 0.138 98.6)CMYK
cmyk(0%, 13%, 97%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9B8706
2#8A7805
3#796904
4#675A04
5#564B03
6#453C02
7#342D02
8#221E01
9#110F01
Tints
Lighter variations
1#CCB207
2#ECCE09
3#F7DA1F
4#F8DF3F
5#F9E55F
6#FAEA7F
7#FCEF9F
8#FDF4BF
9#FEFADF
Tones
Muted variations
1#A4900F
2#9C8A17
3#93841F
4#8B7E27
5#837830
6#7A7238
7#726C40
8#6A6549
9#625F51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF9 #FEF9DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDF4 #FDF4BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBEC #FBEC8E | BordersInactive statesPlaceholder text |
| 400 | F9E3 #F9E353 | Disabled statesSecondary iconsMuted text |
| 500 | F7DB #F7DB22 | Primary brand colorCTAsActive elementsLinks |
| 600 | D9BD #D9BD08 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC96 #AC9606 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B6B #7B6B04 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F45 #4F4503 | Primary textHigh emphasis contentDark headings |
| 950 | 312B #312B02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFDF0;
--olive-100: #FEF9DD;
--olive-200: #FDF4BF;
--olive-300: #FBEC8E;
--olive-400: #F9E353;
--olive-500: #F7DB22;
--olive-600: #D9BD08;
--olive-700: #AC9606;
--olive-800: #7B6B04;
--olive-900: #4F4503;
--olive-950: #312B02;
}