Olive
#785107
OrangeColor Codes
All color formats for development
HEX
#785107RGB
rgb(120, 81, 7)HSL
hsl(39, 89%, 25%)OKLCH
oklch(0.466 0.095 75.7)CMYK
cmyk(0%, 33%, 94%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C4906
2#604106
3#543905
4#483004
5#3C2804
6#302003
7#241802
8#181001
9#0C0801
Tints
Lighter variations
1#9D6909
2#C1810B
3#E5990D
4#F2AB26
5#F4B94A
6#F7C76E
7#F9D593
8#FBE3B7
9#FDF1DB
Tones
Muted variations
1#734F0D
2#6D4D12
3#674C18
4#624A1E
5#5C4823
6#564729
7#51452F
8#4B4334
9#45413A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF2 #FDF2DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBE7 #FBE7C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9D4 #F9D490 | BordersInactive statesPlaceholder text |
| 400 | F5BE #F5BE56 | Disabled statesSecondary iconsMuted text |
| 500 | F2AB #F2AB26 | Primary brand colorCTAsActive elementsLinks |
| 600 | D48E #D48E0C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A971 #A9710A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7851 #785107 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D34 #4D3404 | Primary textHigh emphasis contentDark headings |
| 950 | 3020 #302003 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEF9F1;
--olive-100: #FDF2DD;
--olive-200: #FBE7C0;
--olive-300: #F9D490;
--olive-400: #F5BE56;
--olive-500: #F2AB26;
--olive-600: #D48E0C;
--olive-700: #A9710A;
--olive-800: #785107;
--olive-900: #4D3404;
--olive-950: #302003;
}