Olive
#9F8114
YellowColor Codes
All color formats for development
HEX
#9F8114RGB
rgb(159, 129, 20)HSL
hsl(47, 78%, 35%)OKLCH
oklch(0.614 0.12 91.5)CMYK
cmyk(0%, 19%, 87%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8F7412
2#7F6710
3#6F5A0E
4#5F4D0C
5#4F400A
6#403308
7#302706
8#201A04
9#100D02
Tints
Lighter variations
1#BC9917
2#DAB11B
3#E5BE30
4#E9C84E
5#EDD16B
6#F0DA89
7#F4E3A6
8#F8EDC4
9#FBF6E1
Tones
Muted variations
1#987D1B
2#917922
3#8A7529
4#83712F
5#7C6D36
6#75693D
7#6E6544
8#67614B
9#605D52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFB #FDFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF5 #FBF5DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8ED #F8EDC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2DE #F2DE97 | BordersInactive statesPlaceholder text |
| 400 | EBCD #EBCD60 | Disabled statesSecondary iconsMuted text |
| 500 | E6BF #E6BF33 | Primary brand colorCTAsActive elementsLinks |
| 600 | C8A2 #C8A219 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F81 #9F8114 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 715C #715C0E | Text on light backgroundsHeadingsStrong borders |
| 900 | 493B #493B09 | Primary textHigh emphasis contentDark headings |
| 950 | 2D25 #2D2506 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFBF1;
--olive-100: #FBF5DF;
--olive-200: #F8EDC4;
--olive-300: #F2DE97;
--olive-400: #EBCD60;
--olive-500: #E6BF33;
--olive-600: #C8A219;
--olive-700: #9F8114;
--olive-800: #715C0E;
--olive-900: #493B09;
--olive-950: #2D2506;
}