Olive
#AA9109
YellowColor Codes
All color formats for development
HEX
#AA9109RGB
rgb(170, 145, 9)HSL
hsl(51, 90%, 35%)OKLCH
oklch(0.66 0.134 96.6)CMYK
cmyk(0%, 15%, 95%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#998308
2#887407
3#776606
4#665705
5#554904
6#443A04
7#332C03
8#221D02
9#110F01
Tints
Lighter variations
1#C9AC0B
2#E9C80C
3#F3D423
4#F5DA42
5#F7E062
6#F8E681
7#FAEDA1
8#FCF3C0
9#FDF9E0
Tones
Muted variations
1#A28C11
2#9A8619
3#918121
4#897B29
5#817531
6#797039
7#716A41
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 | FCF3 #FCF3C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9E9 #F9E990 | BordersInactive statesPlaceholder text |
| 400 | F6DE #F6DE55 | Disabled statesSecondary iconsMuted text |
| 500 | F4D5 #F4D525 | Primary brand colorCTAsActive elementsLinks |
| 600 | D5B7 #D5B70B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA91 #AA9109 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7968 #796806 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E43 #4E4304 | Primary textHigh emphasis contentDark headings |
| 950 | 302A #302A03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFCF0;
--olive-100: #FDF8DD;
--olive-200: #FCF3C0;
--olive-300: #F9E990;
--olive-400: #F6DE55;
--olive-500: #F4D525;
--olive-600: #D5B70B;
--olive-700: #AA9109;
--olive-800: #796806;
--olive-900: #4E4304;
--olive-950: #302A03;
}