Olive
#9D7415
OrangeColor Codes
All color formats for development
HEX
#9D7415RGB
rgb(157, 116, 21)HSL
hsl(42, 76%, 35%)OKLCH
oklch(0.585 0.114 82.3)CMYK
cmyk(0%, 26%, 87%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8D6913
2#7E5D11
3#6E510F
4#5E460D
5#4F3A0B
6#3F2F09
7#2F2306
8#1F1704
9#100C02
Tints
Lighter variations
1#BA8A19
2#D7A01D
3#E3AE33
4#E7BA50
5#EBC56D
6#EFD18A
7#F3DCA7
8#F7E8C5
9#FBF3E2
Tones
Muted variations
1#96721C
2#906F23
3#896C2A
4#826A31
5#7B6737
6#74643E
7#6E6145
8#675F4C
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 | F7E8 #F7E8C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1D6 #F1D698 | BordersInactive statesPlaceholder text |
| 400 | EAC1 #EAC162 | Disabled statesSecondary iconsMuted text |
| 500 | E3AF #E3AF35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C592 #C5921B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D74 #9D7415 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7053 #70530F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4835 #48350A | Primary textHigh emphasis contentDark headings |
| 950 | 2D21 #2D2106 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFAF2;
--olive-100: #FBF3E0;
--olive-200: #F7E8C5;
--olive-300: #F1D698;
--olive-400: #EAC162;
--olive-500: #E3AF35;
--olive-600: #C5921B;
--olive-700: #9D7415;
--olive-800: #70530F;
--olive-900: #48350A;
--olive-950: #2D2106;
}