Olive
#9F7314
OrangeColor Codes
All color formats for development
HEX
#9F7314RGB
rgb(159, 115, 20)HSL
hsl(41, 78%, 35%)OKLCH
oklch(0.585 0.115 80.3)CMYK
cmyk(0%, 28%, 87%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8F6712
2#7F5C10
3#6F500E
4#5F450C
5#4F390A
6#402E08
7#302206
8#201704
9#100B02
Tints
Lighter variations
1#BC8817
2#DA9D1B
3#E5AC30
4#E9B84E
5#EDC46B
6#F0D089
7#F4DBA6
8#F8E7C4
9#FBF3E1
Tones
Muted variations
1#98701B
2#916E22
3#8A6B29
4#83692F
5#7C6636
6#75633D
7#6E6144
8#675E4B
9#605C52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF2 #FBF2DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E7 #F8E7C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2D5 #F2D597 | BordersInactive statesPlaceholder text |
| 400 | EBBF #EBBF60 | Disabled statesSecondary iconsMuted text |
| 500 | E6AD #E6AD33 | Primary brand colorCTAsActive elementsLinks |
| 600 | C890 #C89019 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F73 #9F7314 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7152 #71520E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4934 #493409 | 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: #FDFAF1;
--olive-100: #FBF2DF;
--olive-200: #F8E7C4;
--olive-300: #F2D597;
--olive-400: #EBBF60;
--olive-500: #E6AD33;
--olive-600: #C89019;
--olive-700: #9F7314;
--olive-800: #71520E;
--olive-900: #493409;
--olive-950: #2D2106;
}