Olive
#A3790F
OrangeColor Codes
All color formats for development
HEX
#A3790FRGB
rgb(163, 121, 15)HSL
hsl(43, 83%, 35%)OKLCH
oklch(0.602 0.12 83.3)CMYK
cmyk(0%, 26%, 91%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#936D0E
2#83610C
3#72550B
4#624909
5#523D08
6#413106
7#312405
8#211803
9#100C02
Tints
Lighter variations
1#C29012
2#E0A615
3#EBB52B
4#EEBF49
5#F1CA67
6#F4D586
7#F7DFA4
8#F9EAC2
9#FCF4E1
Tones
Muted variations
1#9C7617
2#95731E
3#8D7025
4#866D2D
5#7E6934
6#77663C
7#6F6343
8#68604A
9#615C52
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 | F9EA #F9EAC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5D9 #F5D994 | BordersInactive statesPlaceholder text |
| 400 | F0C6 #F0C65C | Disabled statesSecondary iconsMuted text |
| 500 | EBB6 #EBB62D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD99 #CD9913 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A379 #A3790F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7557 #75570B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B37 #4B3707 | 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: #F9EAC2;
--olive-300: #F5D994;
--olive-400: #F0C65C;
--olive-500: #EBB62D;
--olive-600: #CD9913;
--olive-700: #A3790F;
--olive-800: #75570B;
--olive-900: #4B3707;
--olive-950: #2F2304;
}