Olive
#9F9314
YellowColor Codes
All color formats for development
HEX
#9F9314RGB
rgb(159, 147, 20)HSL
hsl(55, 78%, 35%)OKLCH
oklch(0.654 0.133 103.4)CMYK
cmyk(0%, 8%, 87%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8F8512
2#7F7610
3#6F670E
4#5F580C
5#4F4A0A
6#403B08
7#302C06
8#201D04
9#100F02
Tints
Lighter variations
1#BCAF17
2#DACA1B
3#E5D630
4#E9DC4E
5#EDE26B
6#F0E889
7#F4EEA6
8#F8F3C4
9#FBF9E1
Tones
Muted variations
1#988D1B
2#918822
3#8A8229
4#837C2F
5#7C7636
6#75703D
7#6E6B44
8#67654B
9#605F52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF9 #FBF9DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F3 #F8F3C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2EA #F2EA97 | BordersInactive statesPlaceholder text |
| 400 | EBE0 #EBE060 | Disabled statesSecondary iconsMuted text |
| 500 | E6D7 #E6D733 | Primary brand colorCTAsActive elementsLinks |
| 600 | C8B9 #C8B919 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F93 #9F9314 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7169 #71690E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4943 #494309 | Primary textHigh emphasis contentDark headings |
| 950 | 2D2A #2D2A06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFCF1;
--olive-100: #FBF9DF;
--olive-200: #F8F3C4;
--olive-300: #F2EA97;
--olive-400: #EBE060;
--olive-500: #E6D733;
--olive-600: #C8B919;
--olive-700: #9F9314;
--olive-800: #71690E;
--olive-900: #494309;
--olive-950: #2D2A06;
}