Olive
#9F8F14
YellowColor Codes
All color formats for development
HEX
#9F8F14RGB
rgb(159, 143, 20)HSL
hsl(53, 78%, 35%)OKLCH
oklch(0.645 0.13 101)CMYK
cmyk(0%, 10%, 87%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8F8012
2#7F7210
3#6F640E
4#5F560C
5#4F470A
6#403908
7#302B06
8#201D04
9#100E02
Tints
Lighter variations
1#BCA917
2#DAC41B
3#E5D030
4#E9D74E
5#EDDE6B
6#F0E489
7#F4EBA6
8#F8F2C4
9#FBF8E1
Tones
Muted variations
1#98891B
2#918422
3#8A7F29
4#83792F
5#7C7436
6#756F3D
7#6E6944
8#67644B
9#605F52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF8 #FBF8DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F2 #F8F2C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2E7 #F2E797 | BordersInactive statesPlaceholder text |
| 400 | EBDB #EBDB60 | Disabled statesSecondary iconsMuted text |
| 500 | E6D1 #E6D133 | Primary brand colorCTAsActive elementsLinks |
| 600 | C8B3 #C8B319 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F8F #9F8F14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7166 #71660E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4941 #494109 | Primary textHigh emphasis contentDark headings |
| 950 | 2D29 #2D2906 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFCF1;
--olive-100: #FBF8DF;
--olive-200: #F8F2C4;
--olive-300: #F2E797;
--olive-400: #EBDB60;
--olive-500: #E6D133;
--olive-600: #C8B319;
--olive-700: #9F8F14;
--olive-800: #71660E;
--olive-900: #494109;
--olive-950: #2D2906;
}