Olive
#785208
OrangeColor Codes
All color formats for development
HEX
#785208RGB
rgb(120, 82, 8)HSL
hsl(40, 88%, 25%)OKLCH
oklch(0.468 0.095 76.7)CMYK
cmyk(0%, 32%, 93%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C4A07
2#604206
3#543A05
4#483105
5#3C2904
6#302103
7#241902
8#181002
9#0C0801
Tints
Lighter variations
1#9C6B0A
2#C0840C
3#E49D0F
4#F1AE27
5#F4BB4B
6#F6C96F
7#F8D693
8#FAE4B7
9#FDF1DB
Tones
Muted variations
1#72510D
2#6D4F13
3#674D18
4#614B1E
5#5C4924
6#564729
7#51452F
8#4B4335
9#45423A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF2 #FDF2DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBE8 #FBE8C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8D6 #F8D691 | BordersInactive statesPlaceholder text |
| 400 | F4C0 #F4C057 | Disabled statesSecondary iconsMuted text |
| 500 | F1AE #F1AE27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D391 #D3910D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A873 #A8730B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7852 #785208 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D35 #4D3505 | Primary textHigh emphasis contentDark headings |
| 950 | 3021 #302103 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFAF1;
--olive-100: #FDF2DD;
--olive-200: #FBE8C1;
--olive-300: #F8D691;
--olive-400: #F4C057;
--olive-500: #F1AE27;
--olive-600: #D3910D;
--olive-700: #A8730B;
--olive-800: #785208;
--olive-900: #4D3505;
--olive-950: #302103;
}