Olive
#795906
OrangeColor Codes
All color formats for development
HEX
#795906RGB
rgb(121, 89, 6)HSL
hsl(43, 91%, 25%)OKLCH
oklch(0.485 0.097 83.5)CMYK
cmyk(0%, 26%, 95%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E5005
2#614705
3#553E04
4#493503
5#3D2C03
6#312402
7#251B02
8#181201
9#0C0901
Tints
Lighter variations
1#9E7407
2#C38E09
3#E7A90B
4#F5B924
5#F6C548
6#F8D16D
7#FADC91
8#FCE8B6
9#FDF3DA
Tones
Muted variations
1#74560C
2#6E5411
3#685117
4#634F1D
5#5D4C23
6#574A29
7#51472E
8#4B4534
9#46423A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF4 #FDF4DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCEB #FCEBC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FADB #FADB8F | BordersInactive statesPlaceholder text |
| 400 | F7C9 #F7C955 | Disabled statesSecondary iconsMuted text |
| 500 | F5B9 #F5B924 | Primary brand colorCTAsActive elementsLinks |
| 600 | D69C #D69C0A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA7C #AA7C08 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A59 #7A5906 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E39 #4E3904 | Primary textHigh emphasis contentDark headings |
| 950 | 3124 #312402 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFAF0;
--olive-100: #FDF4DD;
--olive-200: #FCEBC0;
--olive-300: #FADB8F;
--olive-400: #F7C955;
--olive-500: #F5B924;
--olive-600: #D69C0A;
--olive-700: #AA7C08;
--olive-800: #7A5906;
--olive-900: #4E3904;
--olive-950: #312402;
}