Olive
#784B08
OrangeColor Codes
All color formats for development
HEX
#784B08RGB
rgb(120, 75, 8)HSL
hsl(36, 88%, 25%)OKLCH
oklch(0.454 0.095 69.1)CMYK
cmyk(0%, 37%, 93%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C4307
2#603C06
3#543405
4#482D05
5#3C2504
6#301E03
7#241602
8#180F02
9#0C0701
Tints
Lighter variations
1#9C610A
2#C0780C
3#E48E0F
4#F1A027
5#F4B04B
6#F6C06F
7#F8D093
8#FADFB7
9#FDEFDB
Tones
Muted variations
1#724A0D
2#6D4913
3#674818
4#61461E
5#5C4524
6#564429
7#51432F
8#4B4235
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 #FBE4C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8CF #F8CF91 | BordersInactive statesPlaceholder text |
| 400 | F4B5 #F4B557 | Disabled statesSecondary iconsMuted text |
| 500 | F1A0 #F1A027 | Primary brand colorCTAsActive elementsLinks |
| 600 | D384 #D3840D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A869 #A8690B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 784B #784B08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D30 #4D3005 | 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: #FBE4C1;
--olive-300: #F8CF91;
--olive-400: #F4B557;
--olive-500: #F1A027;
--olive-600: #D3840D;
--olive-700: #A8690B;
--olive-800: #784B08;
--olive-900: #4D3005;
--olive-950: #301E03;
}