Olive
#9D7915
OrangeColor Codes
All color formats for development
HEX
#9D7915RGB
rgb(157, 121, 21)HSL
hsl(44, 76%, 35%)OKLCH
oklch(0.595 0.116 86.4)CMYK
cmyk(0%, 23%, 87%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8D6D13
2#7E6111
3#6E550F
4#5E490D
5#4F3C0B
6#3F3009
7#2F2406
8#1F1804
9#100C02
Tints
Lighter variations
1#BA8F19
2#D7A61D
3#E3B433
4#E7BF50
5#EBCA6D
6#EFD48A
7#F3DFA7
8#F7EAC5
9#FBF4E2
Tones
Muted variations
1#96761C
2#907323
3#896F2A
4#826C31
5#7B6937
6#74663E
7#6E6345
8#67604C
9#605C52
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;
}