Olive
#785108
OrangeColor Codes
All color formats for development
HEX
#785108RGB
rgb(120, 81, 8)HSL
hsl(39, 88%, 25%)OKLCH
oklch(0.466 0.095 75.6)CMYK
cmyk(0%, 33%, 93%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C4907
2#604006
3#543805
4#483005
5#3C2804
6#302003
7#241802
8#181002
9#0C0801
Tints
Lighter variations
1#9C690A
2#C0810C
3#E4990F
4#F1AB27
5#F4B94B
6#F6C76F
7#F8D593
8#FAE3B7
9#FDF1DB
Tones
Muted variations
1#724F0D
2#6D4D13
3#674C18
4#614A1E
5#5C4824
6#564629
7#51452F
8#4B4335
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 #FBE7C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8D4 #F8D491 | BordersInactive statesPlaceholder text |
| 400 | F4BD #F4BD57 | Disabled statesSecondary iconsMuted text |
| 500 | F1AB #F1AB27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D38E #D38E0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A871 #A8710B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7851 #785108 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D34 #4D3405 | 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: #FBE7C1;
--olive-300: #F8D491;
--olive-400: #F4BD57;
--olive-500: #F1AB27;
--olive-600: #D38E0D;
--olive-700: #A8710B;
--olive-800: #785108;
--olive-900: #4D3405;
--olive-950: #302003;
}