Olive
#A3720F
OrangeColor Codes
All color formats for development
HEX
#A3720FRGB
rgb(163, 114, 15)HSL
hsl(40, 83%, 35%)OKLCH
oklch(0.588 0.119 77.6)CMYK
cmyk(0%, 30%, 91%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#93670E
2#835B0C
3#72500B
4#624409
5#523908
6#412E06
7#312205
8#211703
9#100B02
Tints
Lighter variations
1#C28712
2#E09C15
3#EBAB2B
4#EEB749
5#F1C367
6#F4CF86
7#F7DBA4
8#F9E7C2
9#FCF3E1
Tones
Muted variations
1#9C6F17
2#956D1E
3#8D6B25
4#86682D
5#7E6634
6#77633C
7#6F6143
8#685E4A
9#615C52
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 | F9E7 #F9E7C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5D5 #F5D594 | BordersInactive statesPlaceholder text |
| 400 | F0BE #F0BE5C | Disabled statesSecondary iconsMuted text |
| 500 | EBAC #EBAC2D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD8F #CD8F13 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A372 #A3720F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7551 #75510B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B34 #4B3407 | 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: #FEF9F1;
--olive-100: #FCF2DE;
--olive-200: #F9E7C2;
--olive-300: #F5D594;
--olive-400: #F0BE5C;
--olive-500: #EBAC2D;
--olive-600: #CD8F13;
--olive-700: #A3720F;
--olive-800: #75510B;
--olive-900: #4B3407;
--olive-950: #2F2104;
}