Olive
#9F8C14
YellowColor Codes
All color formats for development
HEX
#9F8C14RGB
rgb(159, 140, 20)HSL
hsl(52, 78%, 35%)OKLCH
oklch(0.638 0.127 99.1)CMYK
cmyk(0%, 12%, 87%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8F7E12
2#7F7010
3#6F620E
4#5F540C
5#4F460A
6#403808
7#302A06
8#201C04
9#100E02
Tints
Lighter variations
1#BCA617
2#DAC01B
3#E5CD30
4#E9D44E
5#EDDC6B
6#F0E389
7#F4EAA6
8#F8F1C4
9#FBF8E1
Tones
Muted variations
1#98871B
2#918222
3#8A7D29
4#83782F
5#7C7336
6#756E3D
7#6E6944
8#67634B
9#605E52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF7 #FBF7DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F1 #F8F1C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2E6 #F2E697 | BordersInactive statesPlaceholder text |
| 400 | EBD9 #EBD960 | Disabled statesSecondary iconsMuted text |
| 500 | E6CE #E6CE33 | Primary brand colorCTAsActive elementsLinks |
| 600 | C8B0 #C8B019 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F8C #9F8C14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7164 #71640E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4940 #494009 | Primary textHigh emphasis contentDark headings |
| 950 | 2D28 #2D2806 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFCF1;
--olive-100: #FBF7DF;
--olive-200: #F8F1C4;
--olive-300: #F2E697;
--olive-400: #EBD960;
--olive-500: #E6CE33;
--olive-600: #C8B019;
--olive-700: #9F8C14;
--olive-800: #71640E;
--olive-900: #494009;
--olive-950: #2D2806;
}