Olive
#AA8F09
YellowColor Codes
All color formats for development
HEX
#AA8F09RGB
rgb(170, 143, 9)HSL
hsl(50, 90%, 35%)OKLCH
oklch(0.655 0.133 95.3)CMYK
cmyk(0%, 16%, 95%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#998108
2#887207
3#776406
4#665605
5#554704
6#443904
7#332B03
8#221D02
9#110E01
Tints
Lighter variations
1#C9A90B
2#E9C40C
3#F3D123
4#F5D742
5#F7DE62
6#F8E481
7#FAEBA1
8#FCF2C0
9#FDF8E0
Tones
Muted variations
1#A28911
2#9A8419
3#917F21
4#897929
5#817431
6#796F39
7#716941
8#696449
9#615F51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF8 #FDF8DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCF2 #FCF2C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9E8 #F9E890 | BordersInactive statesPlaceholder text |
| 400 | F6DB #F6DB55 | Disabled statesSecondary iconsMuted text |
| 500 | F4D1 #F4D125 | Primary brand colorCTAsActive elementsLinks |
| 600 | D5B4 #D5B40B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA8F #AA8F09 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7966 #796606 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E41 #4E4104 | Primary textHigh emphasis contentDark headings |
| 950 | 3029 #302903 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFCF0;
--olive-100: #FDF8DD;
--olive-200: #FCF2C0;
--olive-300: #F9E890;
--olive-400: #F6DB55;
--olive-500: #F4D125;
--olive-600: #D5B40B;
--olive-700: #AA8F09;
--olive-800: #796606;
--olive-900: #4E4104;
--olive-950: #302903;
}