Olive
#785507
OrangeColor Codes
All color formats for development
HEX
#785507RGB
rgb(120, 85, 7)HSL
hsl(41, 89%, 25%)OKLCH
oklch(0.475 0.096 80)CMYK
cmyk(0%, 29%, 94%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C4C06
2#604406
3#543B05
4#483304
5#3C2A04
6#302203
7#241902
8#181101
9#0C0801
Tints
Lighter variations
1#9D6E09
2#C1870B
3#E5A10D
4#F2B226
5#F4BF4A
6#F7CB6E
7#F9D893
8#FBE5B7
9#FDF2DB
Tones
Muted variations
1#73520D
2#6D5012
3#674E18
4#624C1E
5#5C4A23
6#564829
7#51462F
8#4B4434
9#45423A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF3 #FDF3DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBE9 #FBE9C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9D7 #F9D790 | BordersInactive statesPlaceholder text |
| 400 | F5C3 #F5C356 | Disabled statesSecondary iconsMuted text |
| 500 | F2B2 #F2B226 | Primary brand colorCTAsActive elementsLinks |
| 600 | D495 #D4950C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A976 #A9760A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7855 #785507 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D36 #4D3604 | Primary textHigh emphasis contentDark headings |
| 950 | 3022 #302203 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFAF1;
--olive-100: #FDF3DD;
--olive-200: #FBE9C0;
--olive-300: #F9D790;
--olive-400: #F5C356;
--olive-500: #F2B226;
--olive-600: #D4950C;
--olive-700: #A9760A;
--olive-800: #785507;
--olive-900: #4D3604;
--olive-950: #302203;
}