Olive
#784B07
OrangeColor Codes
All color formats for development
HEX
#784B07RGB
rgb(120, 75, 7)HSL
hsl(36, 89%, 25%)OKLCH
oklch(0.454 0.096 69.2)CMYK
cmyk(0%, 37%, 94%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C4406
2#603C06
3#543505
4#482D04
5#3C2604
6#301E03
7#241702
8#180F01
9#0C0801
Tints
Lighter variations
1#9D6209
2#C1780B
3#E58F0D
4#F2A126
5#F4B04A
6#F7C06E
7#F9D093
8#FBE0B7
9#FDEFDB
Tones
Muted variations
1#734A0D
2#6D4912
3#674818
4#62471E
5#5C4523
6#564429
7#51432F
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 | FDF0 #FDF0DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBE4 #FBE4C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9CF #F9CF90 | BordersInactive statesPlaceholder text |
| 400 | F5B6 #F5B656 | Disabled statesSecondary iconsMuted text |
| 500 | F2A1 #F2A126 | Primary brand colorCTAsActive elementsLinks |
| 600 | D484 #D4840C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A969 #A9690A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 784B #784B07 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D30 #4D3004 | Primary textHigh emphasis contentDark headings |
| 950 | 301E #301E03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEF9F1;
--olive-100: #FDF0DD;
--olive-200: #FBE4C0;
--olive-300: #F9CF90;
--olive-400: #F5B656;
--olive-500: #F2A126;
--olive-600: #D4840C;
--olive-700: #A9690A;
--olive-800: #784B07;
--olive-900: #4D3004;
--olive-950: #301E03;
}