Olive
#7A4F06
OrangeColor Codes
All color formats for development
HEX
#7A4F06RGB
rgb(122, 79, 6)HSL
hsl(38, 91%, 25%)OKLCH
oklch(0.465 0.097 72.3)CMYK
cmyk(0%, 35%, 95%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E4705
2#613F05
3#553704
4#493003
5#3D2803
6#312002
7#251802
8#181001
9#0C0801
Tints
Lighter variations
1#9E6707
2#C37F09
3#E7970B
4#F5A824
5#F6B748
6#F8C56D
7#FAD491
8#FCE2B6
9#FDF1DA
Tones
Muted variations
1#744E0C
2#6E4C11
3#684B17
4#63491D
5#5D4723
6#574629
7#51442E
8#4B4334
9#46413A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF1 #FDF1DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCE6 #FCE6C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FAD3 #FAD38F | BordersInactive statesPlaceholder text |
| 400 | F7BB #F7BB55 | Disabled statesSecondary iconsMuted text |
| 500 | F5A8 #F5A824 | Primary brand colorCTAsActive elementsLinks |
| 600 | D68B #D68B0A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA6F #AA6F08 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A4F #7A4F06 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E33 #4E3304 | Primary textHigh emphasis contentDark headings |
| 950 | 3120 #312002 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEF9F0;
--olive-100: #FDF1DD;
--olive-200: #FCE6C0;
--olive-300: #FAD38F;
--olive-400: #F7BB55;
--olive-500: #F5A824;
--olive-600: #D68B0A;
--olive-700: #AA6F08;
--olive-800: #7A4F06;
--olive-900: #4E3304;
--olive-950: #312002;
}