Olive
#AA8D08
YellowColor Codes
All color formats for development
HEX
#AA8D08RGB
rgb(170, 141, 8)HSL
hsl(49, 91%, 35%)OKLCH
oklch(0.651 0.132 94.1)CMYK
cmyk(0%, 17%, 95%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#997F07
2#887106
3#776206
4#665405
5#554604
6#443803
7#332A02
8#221C02
9#110E01
Tints
Lighter variations
1#CAA70A
2#EAC10B
3#F5CE21
4#F6D541
5#F8DC61
6#F9E380
7#FBEAA0
8#FCF1C0
9#FEF8DF
Tones
Muted variations
1#A28810
2#9A8218
3#927D20
4#8A7829
5#827331
6#7A6E39
7#726941
8#696449
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 | FAE6 #FAE68F | BordersInactive statesPlaceholder text |
| 400 | F7D9 #F7D955 | Disabled statesSecondary iconsMuted text |
| 500 | F5CE #F5CE24 | Primary brand colorCTAsActive elementsLinks |
| 600 | D6B1 #D6B10A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA8D #AA8D08 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A64 #7A6406 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E40 #4E4004 | Primary textHigh emphasis contentDark headings |
| 950 | 3128 #312802 | 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: #FAE68F;
--olive-400: #F7D955;
--olive-500: #F5CE24;
--olive-600: #D6B10A;
--olive-700: #AA8D08;
--olive-800: #7A6406;
--olive-900: #4E4004;
--olive-950: #312802;
}