Olive
#AA9F09
YellowColor Codes
All color formats for development
HEX
#AA9F09RGB
rgb(170, 159, 9)HSL
hsl(56, 90%, 35%)OKLCH
oklch(0.69 0.144 104.5)CMYK
cmyk(0%, 6%, 95%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#998F08
2#887F07
3#776F06
4#665F05
5#554F04
6#444004
7#333003
8#222002
9#111001
Tints
Lighter variations
1#C9BC0B
2#E9DA0C
3#F3E523
4#F5E942
5#F7ED62
6#F8F081
7#FAF4A1
8#FCF8C0
9#FDFBE0
Tones
Muted variations
1#A29811
2#9A9119
3#918A21
4#898329
5#817C31
6#797539
7#716E41
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 | FCF8 #FCF8C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9F2 #F9F290 | BordersInactive statesPlaceholder text |
| 400 | F6EB #F6EB55 | Disabled statesSecondary iconsMuted text |
| 500 | F4E6 #F4E625 | Primary brand colorCTAsActive elementsLinks |
| 600 | D5C8 #D5C80B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA9F #AA9F09 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7971 #797106 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E49 #4E4904 | 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: #FCF8C0;
--olive-300: #F9F290;
--olive-400: #F6EB55;
--olive-500: #F4E625;
--olive-600: #D5C80B;
--olive-700: #AA9F09;
--olive-800: #797106;
--olive-900: #4E4904;
--olive-950: #302D03;
}