Olive
#AA9A09
YellowColor Codes
All color formats for development
HEX
#AA9A09RGB
rgb(170, 154, 9)HSL
hsl(54, 90%, 35%)OKLCH
oklch(0.679 0.14 101.9)CMYK
cmyk(0%, 9%, 95%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#998A08
2#887B07
3#776B06
4#665C05
5#554D04
6#443D04
7#332E03
8#221F02
9#110F01
Tints
Lighter variations
1#C9B60B
2#E9D30C
3#F3DF23
4#F5E342
5#F7E862
6#F8EC81
7#FAF1A1
8#FCF6C0
9#FDFAE0
Tones
Muted variations
1#A29311
2#9A8D19
3#918621
4#898029
5#817931
6#797339
7#716D41
8#696649
9#616051
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDFA #FDFADD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCF6 #FCF6C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9EF #F9EF90 | BordersInactive statesPlaceholder text |
| 400 | F6E6 #F6E655 | Disabled statesSecondary iconsMuted text |
| 500 | F4DF #F4DF25 | Primary brand colorCTAsActive elementsLinks |
| 600 | D5C1 #D5C10B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA9A #AA9A09 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 796E #796E06 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E46 #4E4604 | Primary textHigh emphasis contentDark headings |
| 950 | 302C #302C03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFDF0;
--olive-100: #FDFADD;
--olive-200: #FCF6C0;
--olive-300: #F9EF90;
--olive-400: #F6E655;
--olive-500: #F4DF25;
--olive-600: #D5C10B;
--olive-700: #AA9A09;
--olive-800: #796E06;
--olive-900: #4E4604;
--olive-950: #302C03;
}