Olive
#AA7A08
OrangeColor Codes
All color formats for development
HEX
#AA7A08RGB
rgb(170, 122, 8)HSL
hsl(42, 91%, 35%)OKLCH
oklch(0.612 0.125 80.5)CMYK
cmyk(0%, 28%, 95%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#996E07
2#886106
3#775506
4#664905
5#553D04
6#443103
7#332502
8#221802
9#110C01
Tints
Lighter variations
1#CA900A
2#EAA70B
3#F5B521
4#F6C041
5#F8CA61
6#F9D580
7#FBDFA0
8#FCEAC0
9#FEF4DF
Tones
Muted variations
1#A27610
2#9A7318
3#927020
4#8A6D29
5#826931
6#7A6639
7#726341
8#696049
9#615C51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF4 #FDF4DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCEA #FCEAC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FADA #FADA8F | BordersInactive statesPlaceholder text |
| 400 | F7C6 #F7C655 | Disabled statesSecondary iconsMuted text |
| 500 | F5B6 #F5B624 | Primary brand colorCTAsActive elementsLinks |
| 600 | D699 #D6990A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA7A #AA7A08 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A57 #7A5706 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E38 #4E3804 | Primary textHigh emphasis contentDark headings |
| 950 | 3123 #312302 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFAF0;
--olive-100: #FDF4DD;
--olive-200: #FCEAC0;
--olive-300: #FADA8F;
--olive-400: #F7C655;
--olive-500: #F5B624;
--olive-600: #D6990A;
--olive-700: #AA7A08;
--olive-800: #7A5706;
--olive-900: #4E3804;
--olive-950: #312302;
}