Olive
#AA9A08
YellowColor Codes
All color formats for development
HEX
#AA9A08RGB
rgb(170, 154, 8)HSL
hsl(54, 91%, 35%)OKLCH
oklch(0.679 0.141 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#998B07
2#887B06
3#776C06
4#665D05
5#554D04
6#443E03
7#332E02
8#221F02
9#110F01
Tints
Lighter variations
1#CAB70A
2#EAD40B
3#F5DF21
4#F6E441
5#F8E861
6#F9ED80
7#FBF1A0
8#FCF6C0
9#FEFADF
Tones
Muted variations
1#A29410
2#9A8D18
3#928720
4#8A8029
5#827A31
6#7A7339
7#726D41
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 | FAEF #FAEF8F | BordersInactive statesPlaceholder text |
| 400 | F7E7 #F7E755 | Disabled statesSecondary iconsMuted text |
| 500 | F5E0 #F5E024 | Primary brand colorCTAsActive elementsLinks |
| 600 | D6C2 #D6C20A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA9A #AA9A08 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A6E #7A6E06 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E47 #4E4704 | Primary textHigh emphasis contentDark headings |
| 950 | 312C #312C02 | 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: #FAEF8F;
--olive-400: #F7E755;
--olive-500: #F5E024;
--olive-600: #D6C20A;
--olive-700: #AA9A08;
--olive-800: #7A6E06;
--olive-900: #4E4704;
--olive-950: #312C02;
}