Olive
#9F8314
YellowColor Codes
All color formats for development
HEX
#9F8314RGB
rgb(159, 131, 20)HSL
hsl(48, 78%, 35%)OKLCH
oklch(0.619 0.121 93)CMYK
cmyk(0%, 18%, 87%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8F7612
2#7F6910
3#6F5C0E
4#5F4F0C
5#4F420A
6#403408
7#302706
8#201A04
9#100D02
Tints
Lighter variations
1#BC9B17
2#DAB41B
3#E5C130
4#E9CA4E
5#EDD36B
6#F0DC89
7#F4E5A6
8#F8EDC4
9#FBF6E1
Tones
Muted variations
1#987F1B
2#917B22
3#8A7629
4#83722F
5#7C6E36
6#756A3D
7#6E6644
8#67624B
9#605D52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFB #FDFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF6 #FBF6DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8ED #F8EDC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2E0 #F2E097 | BordersInactive statesPlaceholder text |
| 400 | EBD0 #EBD060 | Disabled statesSecondary iconsMuted text |
| 500 | E6C2 #E6C233 | Primary brand colorCTAsActive elementsLinks |
| 600 | C8A5 #C8A519 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F83 #9F8314 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 715E #715E0E | Text on light backgroundsHeadingsStrong borders |
| 900 | 493C #493C09 | 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: #FBF6DF;
--olive-200: #F8EDC4;
--olive-300: #F2E097;
--olive-400: #EBD060;
--olive-500: #E6C233;
--olive-600: #C8A519;
--olive-700: #9F8314;
--olive-800: #715E0E;
--olive-900: #493C09;
--olive-950: #2D2506;
}