Olive
#70560F
OrangeColor Codes
All color formats for development
HEX
#70560FRGB
rgb(112, 86, 15)HSL
hsl(44, 76%, 25%)OKLCH
oklch(0.468 0.089 86.6)CMYK
cmyk(0%, 23%, 87%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#654E0E
2#5A450C
3#4F3C0B
4#433409
5#382B08
6#2D2306
7#221A05
8#161103
9#0B0902
Tints
Lighter variations
1#927014
2#B48A18
3#D5A41D
4#E3B535
5#E8C157
6#EDCE78
7#F1DA9A
8#F6E6BC
9#FAF3DD
Tones
Muted variations
1#6B5414
2#675219
3#62501E
4#5D4D23
5#584B28
6#53492C
7#4E4731
8#494436
9#45423B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF3 #FBF3E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7EA #F7EAC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1D9 #F1D998 | BordersInactive statesPlaceholder text |
| 400 | EAC5 #EAC562 | Disabled statesSecondary iconsMuted text |
| 500 | E3B5 #E3B535 | Primary brand colorCTAsActive elementsLinks |
| 600 | C598 #C5981B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D79 #9D7915 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7056 #70560F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4837 #48370A | Primary textHigh emphasis contentDark headings |
| 950 | 2D23 #2D2306 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFAF2;
--olive-100: #FBF3E0;
--olive-200: #F7EAC5;
--olive-300: #F1D998;
--olive-400: #EAC562;
--olive-500: #E3B535;
--olive-600: #C5981B;
--olive-700: #9D7915;
--olive-800: #70560F;
--olive-900: #48370A;
--olive-950: #2D2306;
}