Olive
#9F7A14
OrangeColor Codes
All color formats for development
HEX
#9F7A14RGB
rgb(159, 122, 20)HSL
hsl(44, 78%, 35%)OKLCH
oklch(0.6 0.117 86.1)CMYK
cmyk(0%, 23%, 87%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8F6E12
2#7F6110
3#6F550E
4#5F490C
5#4F3D0A
6#403108
7#302506
8#201804
9#100C02
Tints
Lighter variations
1#BC9017
2#DAA71B
3#E5B530
4#E9C04E
5#EDCA6B
6#F0D589
7#F4DFA6
8#F8EAC4
9#FBF4E1
Tones
Muted variations
1#98761B
2#917322
3#8A7029
4#836D2F
5#7C6936
6#75663D
7#6E6344
8#67604B
9#605C52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF4 #FBF4DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8EA #F8EAC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2DA #F2DA97 | BordersInactive statesPlaceholder text |
| 400 | EBC6 #EBC660 | Disabled statesSecondary iconsMuted text |
| 500 | E6B6 #E6B633 | Primary brand colorCTAsActive elementsLinks |
| 600 | C899 #C89919 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F7A #9F7A14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7157 #71570E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4938 #493809 | 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: #FDFAF1;
--olive-100: #FBF4DF;
--olive-200: #F8EAC4;
--olive-300: #F2DA97;
--olive-400: #EBC660;
--olive-500: #E6B633;
--olive-600: #C89919;
--olive-700: #9F7A14;
--olive-800: #71570E;
--olive-900: #493809;
--olive-950: #2D2306;
}