Olive
#A36F0F
OrangeColor Codes
All color formats for development
HEX
#A36F0FRGB
rgb(163, 111, 15)HSL
hsl(39, 83%, 35%)OKLCH
oklch(0.582 0.118 75.2)CMYK
cmyk(0%, 32%, 91%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#93640E
2#83590C
3#724E0B
4#624309
5#523808
6#412D06
7#312105
8#211603
9#100B02
Tints
Lighter variations
1#C28412
2#E09915
3#EBA82B
4#EEB449
5#F1C167
6#F4CD86
7#F7DAA4
8#F9E6C2
9#FCF3E1
Tones
Muted variations
1#9C6D17
2#956B1E
3#8D6925
4#86672D
5#7E6434
6#77623C
7#6F6043
8#685E4A
9#615B52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF2 #FCF2DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9E6 #F9E6C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5D3 #F5D394 | BordersInactive statesPlaceholder text |
| 400 | F0BC #F0BC5C | Disabled statesSecondary iconsMuted text |
| 500 | EBA9 #EBA92D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD8C #CD8C13 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A36F #A36F0F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7550 #75500B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B33 #4B3307 | Primary textHigh emphasis contentDark headings |
| 950 | 2F20 #2F2004 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEF9F1;
--olive-100: #FCF2DE;
--olive-200: #F9E6C2;
--olive-300: #F5D394;
--olive-400: #F0BC5C;
--olive-500: #EBA92D;
--olive-600: #CD8C13;
--olive-700: #A36F0F;
--olive-800: #75500B;
--olive-900: #4B3307;
--olive-950: #2F2004;
}