Olive
#AA8709
YellowColor Codes
All color formats for development
HEX
#AA8709RGB
rgb(170, 135, 9)HSL
hsl(47, 90%, 35%)OKLCH
oklch(0.639 0.129 90)CMYK
cmyk(0%, 21%, 95%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#997908
2#886C07
3#775E06
4#665105
5#554304
6#443604
7#332803
8#221B02
9#110D01
Tints
Lighter variations
1#C9A00B
2#E9B90C
3#F3C623
4#F5CE42
5#F7D662
6#F8DF81
7#FAE7A1
8#FCEFC0
9#FDF7E0
Tones
Muted variations
1#A28211
2#9A7E19
3#917921
4#897529
5#817031
6#796B39
7#716741
8#696249
9#615E51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF6 #FDF6DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCEF #FCEFC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9E2 #F9E290 | BordersInactive statesPlaceholder text |
| 400 | F6D3 #F6D355 | Disabled statesSecondary iconsMuted text |
| 500 | F4C7 #F4C725 | Primary brand colorCTAsActive elementsLinks |
| 600 | D5A9 #D5A90B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA87 #AA8709 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7960 #796006 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E3E #4E3E04 | Primary textHigh emphasis contentDark headings |
| 950 | 3027 #302703 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFBF0;
--olive-100: #FDF6DD;
--olive-200: #FCEFC0;
--olive-300: #F9E290;
--olive-400: #F6D355;
--olive-500: #F4C725;
--olive-600: #D5A90B;
--olive-700: #AA8709;
--olive-800: #796006;
--olive-900: #4E3E04;
--olive-950: #302703;
}