Olive
#7A4B06
OrangeColor Codes
All color formats for development
HEX
#7A4B06RGB
rgb(122, 75, 6)HSL
hsl(36, 91%, 25%)OKLCH
oklch(0.457 0.097 68.1)CMYK
cmyk(0%, 39%, 95%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E4405
2#613C05
3#553504
4#492D03
5#3D2603
6#311E02
7#251702
8#180F01
9#0C0801
Tints
Lighter variations
1#9E6207
2#C37909
3#E78F0B
4#F5A124
5#F6B148
6#F8C06D
7#FAD091
8#FCE0B6
9#FDEFDA
Tones
Muted variations
1#744A0C
2#6E4911
3#684817
4#63471D
5#5D4623
6#574429
7#51432E
8#4B4234
9#46413A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF0 #FDF0DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCE4 #FCE4C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FACF #FACF8F | BordersInactive statesPlaceholder text |
| 400 | F7B6 #F7B655 | Disabled statesSecondary iconsMuted text |
| 500 | F5A1 #F5A124 | Primary brand colorCTAsActive elementsLinks |
| 600 | D685 #D6850A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA69 #AA6908 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A4B #7A4B06 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E30 #4E3004 | Primary textHigh emphasis contentDark headings |
| 950 | 311E #311E02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEF9F0;
--olive-100: #FDF0DD;
--olive-200: #FCE4C0;
--olive-300: #FACF8F;
--olive-400: #F7B655;
--olive-500: #F5A124;
--olive-600: #D6850A;
--olive-700: #AA6908;
--olive-800: #7A4B06;
--olive-900: #4E3004;
--olive-950: #311E02;
}