Olive
#785807
OrangeColor Codes
All color formats for development
HEX
#785807RGB
rgb(120, 88, 7)HSL
hsl(43, 89%, 25%)OKLCH
oklch(0.481 0.096 83.2)CMYK
cmyk(0%, 27%, 94%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C5006
2#604706
3#543E05
4#483504
5#3C2C04
6#302303
7#241B02
8#181201
9#0C0901
Tints
Lighter variations
1#9D7309
2#C18D0B
3#E5A80D
4#F2B926
5#F4C44A
6#F7D06E
7#F9DC93
8#FBE8B7
9#FDF3DB
Tones
Muted variations
1#73560D
2#6D5312
3#675118
4#624F1E
5#5C4C23
6#564A29
7#51472F
8#4B4534
9#45423A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF4 #FDF4DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBEB #FBEBC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9DB #F9DB90 | BordersInactive statesPlaceholder text |
| 400 | F5C8 #F5C856 | Disabled statesSecondary iconsMuted text |
| 500 | F2B9 #F2B926 | Primary brand colorCTAsActive elementsLinks |
| 600 | D49B #D49B0C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A97C #A97C0A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7858 #785807 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D39 #4D3904 | Primary textHigh emphasis contentDark headings |
| 950 | 3023 #302303 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFAF1;
--olive-100: #FDF4DD;
--olive-200: #FBEBC0;
--olive-300: #F9DB90;
--olive-400: #F5C856;
--olive-500: #F2B926;
--olive-600: #D49B0C;
--olive-700: #A97C0A;
--olive-800: #785807;
--olive-900: #4D3904;
--olive-950: #302303;
}