Olive
#A37C0F
OrangeColor Codes
All color formats for development
HEX
#A37C0FRGB
rgb(163, 124, 15)HSL
hsl(44, 83%, 35%)OKLCH
oklch(0.608 0.121 85.6)CMYK
cmyk(0%, 24%, 91%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#936F0E
2#83630C
3#72570B
4#624A09
5#523E08
6#413206
7#312505
8#211903
9#100C02
Tints
Lighter variations
1#C29312
2#E0AA15
3#EBB82B
4#EEC249
5#F1CC67
6#F4D686
7#F7E1A4
8#F9EBC2
9#FCF5E1
Tones
Muted variations
1#9C7817
2#95751E
3#8D7125
4#866E2D
5#7E6B34
6#77673C
7#6F6443
8#68604A
9#615D52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF4 #FCF4DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9EB #F9EBC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5DB #F5DB94 | BordersInactive statesPlaceholder text |
| 400 | F0C8 #F0C85C | Disabled statesSecondary iconsMuted text |
| 500 | EBB9 #EBB92D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD9C #CD9C13 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A37C #A37C0F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7558 #75580B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B39 #4B3907 | Primary textHigh emphasis contentDark headings |
| 950 | 2F23 #2F2304 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFAF1;
--olive-100: #FCF4DE;
--olive-200: #F9EBC2;
--olive-300: #F5DB94;
--olive-400: #F0C85C;
--olive-500: #EBB92D;
--olive-600: #CD9C13;
--olive-700: #A37C0F;
--olive-800: #75580B;
--olive-900: #4B3907;
--olive-950: #2F2304;
}