Olive
#A9760A
OrangeColor Codes
All color formats for development
HEX
#A9760ARGB
rgb(169, 118, 10)HSL
hsl(41, 89%, 35%)OKLCH
oklch(0.603 0.123 77.8)CMYK
cmyk(0%, 30%, 94%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#986B09
2#875F08
3#765307
4#654706
5#543B05
6#432F04
7#332403
8#221802
9#110C01
Tints
Lighter variations
1#C88C0C
2#E7A20D
3#F2B124
4#F4BC43
5#F6C762
6#F8D282
7#FADEA1
8#FBE9C0
9#FDF4E0
Tones
Muted variations
1#A17312
2#99711A
3#916E22
4#896B2A
5#816832
6#796539
7#716241
8#695F49
9#615C51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF3 #FDF3DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBE9 #FBE9C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9D7 #F9D790 | BordersInactive statesPlaceholder text |
| 400 | F5C3 #F5C356 | Disabled statesSecondary iconsMuted text |
| 500 | F2B2 #F2B226 | Primary brand colorCTAsActive elementsLinks |
| 600 | D495 #D4950C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A976 #A9760A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7855 #785507 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D36 #4D3604 | Primary textHigh emphasis contentDark headings |
| 950 | 3022 #302203 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFAF1;
--olive-100: #FDF3DD;
--olive-200: #FBE9C0;
--olive-300: #F9D790;
--olive-400: #F5C356;
--olive-500: #F2B226;
--olive-600: #D4950C;
--olive-700: #A9760A;
--olive-800: #785507;
--olive-900: #4D3604;
--olive-950: #302203;
}