Olive
#A3770F
OrangeColor Codes
All color formats for development
HEX
#A3770FRGB
rgb(163, 119, 15)HSL
hsl(42, 83%, 35%)OKLCH
oklch(0.598 0.119 81.7)CMYK
cmyk(0%, 27%, 91%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#936B0E
2#835F0C
3#72530B
4#624709
5#523B08
6#413006
7#312405
8#211803
9#100C02
Tints
Lighter variations
1#C28D12
2#E0A315
3#EBB12B
4#EEBD49
5#F1C867
6#F4D386
7#F7DEA4
8#F9E9C2
9#FCF4E1
Tones
Muted variations
1#9C7417
2#95711E
3#8D6E25
4#866B2D
5#7E6834
6#77653C
7#6F6243
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 | F9E9 #F9E9C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5D8 #F5D894 | BordersInactive statesPlaceholder text |
| 400 | F0C3 #F0C35C | Disabled statesSecondary iconsMuted text |
| 500 | EBB2 #EBB22D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD95 #CD9513 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A377 #A3770F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7555 #75550B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B36 #4B3607 | Primary textHigh emphasis contentDark headings |
| 950 | 2F22 #2F2204 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFAF1;
--olive-100: #FCF3DE;
--olive-200: #F9E9C2;
--olive-300: #F5D894;
--olive-400: #F0C35C;
--olive-500: #EBB22D;
--olive-600: #CD9513;
--olive-700: #A3770F;
--olive-800: #75550B;
--olive-900: #4B3607;
--olive-950: #2F2204;
}