Olive
#784D07
OrangeColor Codes
All color formats for development
HEX
#784D07RGB
rgb(120, 77, 7)HSL
hsl(37, 89%, 25%)OKLCH
oklch(0.458 0.095 71.4)CMYK
cmyk(0%, 36%, 94%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C4506
2#603E06
3#543605
4#482E04
5#3C2604
6#301F03
7#241702
8#180F01
9#0C0801
Tints
Lighter variations
1#9D6409
2#C17B0B
3#E5920D
4#F2A426
5#F4B34A
6#F7C26E
7#F9D293
8#FBE1B7
9#FDF0DB
Tones
Muted variations
1#734C0D
2#6D4A12
3#674918
4#62481E
5#5C4623
6#564529
7#51442F
8#4B4234
9#45413A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF1 #FDF1DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBE5 #FBE5C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9D1 #F9D190 | BordersInactive statesPlaceholder text |
| 400 | F5B8 #F5B856 | Disabled statesSecondary iconsMuted text |
| 500 | F2A4 #F2A426 | Primary brand colorCTAsActive elementsLinks |
| 600 | D488 #D4880C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A96C #A96C0A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 784D #784D07 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D31 #4D3104 | Primary textHigh emphasis contentDark headings |
| 950 | 301F #301F03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEF9F1;
--olive-100: #FDF1DD;
--olive-200: #FBE5C0;
--olive-300: #F9D190;
--olive-400: #F5B856;
--olive-500: #F2A426;
--olive-600: #D4880C;
--olive-700: #A96C0A;
--olive-800: #784D07;
--olive-900: #4D3104;
--olive-950: #301F03;
}