Olive
#A3740F
OrangeColor Codes
All color formats for development
HEX
#A3740FRGB
rgb(163, 116, 15)HSL
hsl(41, 83%, 35%)OKLCH
oklch(0.592 0.119 79.3)CMYK
cmyk(0%, 29%, 91%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#93690E
2#835D0C
3#72510B
4#624609
5#523A08
6#412F06
7#312305
8#211703
9#100C02
Tints
Lighter variations
1#C28A12
2#E0A015
3#EBAE2B
4#EEBA49
5#F1C567
6#F4D186
7#F7DCA4
8#F9E8C2
9#FCF3E1
Tones
Muted variations
1#9C7217
2#956F1E
3#8D6C25
4#866A2D
5#7E6734
6#77643C
7#6F6143
8#685F4A
9#615C52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF3 #FCF3DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9E8 #F9E8C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5D6 #F5D694 | BordersInactive statesPlaceholder text |
| 400 | F0C1 #F0C15C | Disabled statesSecondary iconsMuted text |
| 500 | EBAF #EBAF2D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD92 #CD9213 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A374 #A3740F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7553 #75530B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B35 #4B3507 | Primary textHigh emphasis contentDark headings |
| 950 | 2F21 #2F2104 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFAF1;
--olive-100: #FCF3DE;
--olive-200: #F9E8C2;
--olive-300: #F5D694;
--olive-400: #F0C15C;
--olive-500: #EBAF2D;
--olive-600: #CD9213;
--olive-700: #A3740F;
--olive-800: #75530B;
--olive-900: #4B3507;
--olive-950: #2F2104;
}