Olive
#AA9409
YellowColor Codes
All color formats for development
HEX
#AA9409RGB
rgb(170, 148, 9)HSL
hsl(52, 90%, 35%)OKLCH
oklch(0.666 0.136 98.4)CMYK
cmyk(0%, 13%, 95%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#998508
2#887707
3#776806
4#665905
5#554A04
6#443B04
7#332C03
8#221E02
9#110F01
Tints
Lighter variations
1#C9B00B
2#E9CB0C
3#F3D823
4#F5DD42
5#F7E362
6#F8E881
7#FAEEA1
8#FCF4C0
9#FDF9E0
Tones
Muted variations
1#A28E11
2#9A8819
3#918221
4#897D29
5#817731
6#797139
7#716B41
8#696549
9#615F51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF9 #FDF9DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCF4 #FCF4C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9EB #F9EB90 | BordersInactive statesPlaceholder text |
| 400 | F6E1 #F6E155 | Disabled statesSecondary iconsMuted text |
| 500 | F4D8 #F4D825 | Primary brand colorCTAsActive elementsLinks |
| 600 | D5BA #D5BA0B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA94 #AA9409 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 796A #796A06 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E44 #4E4404 | 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: #FDF9DD;
--olive-200: #FCF4C0;
--olive-300: #F9EB90;
--olive-400: #F6E155;
--olive-500: #F4D825;
--olive-600: #D5BA0B;
--olive-700: #AA9409;
--olive-800: #796A06;
--olive-900: #4E4404;
--olive-950: #302A03;
}