Olive
#AA8C09
YellowColor Codes
All color formats for development
HEX
#AA8C09RGB
rgb(170, 140, 9)HSL
hsl(49, 90%, 35%)OKLCH
oklch(0.649 0.131 93.4)CMYK
cmyk(0%, 18%, 95%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#997E08
2#887007
3#776206
4#665405
5#554604
6#443804
7#332A03
8#221C02
9#110E01
Tints
Lighter variations
1#C9A60B
2#E9C00C
3#F3CD23
4#F5D442
5#F7DB62
6#F8E281
7#FAEAA1
8#FCF1C0
9#FDF8E0
Tones
Muted variations
1#A28711
2#9A8219
3#917D21
4#897829
5#817331
6#796E39
7#716941
8#696349
9#615E51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF7 #FDF7DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCF1 #FCF1C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9E6 #F9E690 | BordersInactive statesPlaceholder text |
| 400 | F6D9 #F6D955 | Disabled statesSecondary iconsMuted text |
| 500 | F4CE #F4CE25 | Primary brand colorCTAsActive elementsLinks |
| 600 | D5B0 #D5B00B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA8C #AA8C09 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7964 #796406 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E40 #4E4004 | Primary textHigh emphasis contentDark headings |
| 950 | 3028 #302803 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFCF0;
--olive-100: #FDF7DD;
--olive-200: #FCF1C0;
--olive-300: #F9E690;
--olive-400: #F6D955;
--olive-500: #F4CE25;
--olive-600: #D5B00B;
--olive-700: #AA8C09;
--olive-800: #796406;
--olive-900: #4E4004;
--olive-950: #302803;
}