Olive
#AA9C09
YellowColor Codes
All color formats for development
HEX
#AA9C09RGB
rgb(170, 156, 9)HSL
hsl(55, 90%, 35%)OKLCH
oklch(0.684 0.142 103)CMYK
cmyk(0%, 8%, 95%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#998D08
2#887D07
3#776D06
4#665E05
5#554E04
6#443E04
7#332F03
8#221F02
9#111001
Tints
Lighter variations
1#C9B90B
2#E9D60C
3#F3E223
4#F5E642
5#F7EA62
6#F8EE81
7#FAF3A1
8#FCF7C0
9#FDFBE0
Tones
Muted variations
1#A29511
2#9A8F19
3#918821
4#898129
5#817B31
6#797439
7#716D41
8#696749
9#616051
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDFB #FDFBDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCF7 #FCF7C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9F0 #F9F090 | BordersInactive statesPlaceholder text |
| 400 | F6E9 #F6E955 | Disabled statesSecondary iconsMuted text |
| 500 | F4E2 #F4E225 | Primary brand colorCTAsActive elementsLinks |
| 600 | D5C4 #D5C40B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA9C #AA9C09 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7970 #797006 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E47 #4E4704 | Primary textHigh emphasis contentDark headings |
| 950 | 302D #302D03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFDF0;
--olive-100: #FDFBDD;
--olive-200: #FCF7C0;
--olive-300: #F9F090;
--olive-400: #F6E955;
--olive-500: #F4E225;
--olive-600: #D5C40B;
--olive-700: #AA9C09;
--olive-800: #797006;
--olive-900: #4E4704;
--olive-950: #302D03;
}