Olive
#9F9114
YellowColor Codes
All color formats for development
HEX
#9F9114RGB
rgb(159, 145, 20)HSL
hsl(54, 78%, 35%)OKLCH
oklch(0.649 0.131 102.2)CMYK
cmyk(0%, 9%, 87%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8F8212
2#7F7410
3#6F650E
4#5F570C
5#4F480A
6#403A08
7#302B06
8#201D04
9#100E02
Tints
Lighter variations
1#BCAC17
2#DAC71B
3#E5D330
4#E9DA4E
5#EDE06B
6#F0E689
7#F4ECA6
8#F8F3C4
9#FBF9E1
Tones
Muted variations
1#988B1B
2#918622
3#8A8029
4#837B2F
5#7C7536
6#75703D
7#6E6A44
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 | F8F3 #F8F3C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2E9 #F2E997 | BordersInactive statesPlaceholder text |
| 400 | EBDD #EBDD60 | Disabled statesSecondary iconsMuted text |
| 500 | E6D4 #E6D433 | Primary brand colorCTAsActive elementsLinks |
| 600 | C8B6 #C8B619 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F91 #9F9114 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7168 #71680E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4942 #494209 | 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: #F8F3C4;
--olive-300: #F2E997;
--olive-400: #EBDD60;
--olive-500: #E6D433;
--olive-600: #C8B619;
--olive-700: #9F9114;
--olive-800: #71680E;
--olive-900: #494209;
--olive-950: #2D2906;
}