Olive
#9F7714
OrangeColor Codes
All color formats for development
HEX
#9F7714RGB
rgb(159, 119, 20)HSL
hsl(43, 78%, 35%)OKLCH
oklch(0.593 0.116 83.6)CMYK
cmyk(0%, 25%, 87%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8F6B12
2#7F6010
3#6F540E
4#5F480C
5#4F3C0A
6#403008
7#302406
8#201804
9#100C02
Tints
Lighter variations
1#BC8E17
2#DAA41B
3#E5B230
4#E9BD4E
5#EDC86B
6#F0D389
7#F4DEA6
8#F8E9C4
9#FBF4E1
Tones
Muted variations
1#98741B
2#917122
3#8A6E29
4#836B2F
5#7C6836
6#75653D
7#6E6244
8#675F4B
9#605C52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF3 #FBF3DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E9 #F8E9C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2D8 #F2D897 | BordersInactive statesPlaceholder text |
| 400 | EBC4 #EBC460 | Disabled statesSecondary iconsMuted text |
| 500 | E6B3 #E6B333 | Primary brand colorCTAsActive elementsLinks |
| 600 | C896 #C89619 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F77 #9F7714 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7155 #71550E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4937 #493709 | Primary textHigh emphasis contentDark headings |
| 950 | 2D22 #2D2206 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFAF1;
--olive-100: #FBF3DF;
--olive-200: #F8E9C4;
--olive-300: #F2D897;
--olive-400: #EBC460;
--olive-500: #E6B333;
--olive-600: #C89619;
--olive-700: #9F7714;
--olive-800: #71550E;
--olive-900: #493709;
--olive-950: #2D2206;
}