Olive
#9D8915
YellowColor Codes
All color formats for development
HEX
#9D8915RGB
rgb(157, 137, 21)HSL
hsl(51, 76%, 35%)OKLCH
oklch(0.63 0.125 98.3)CMYK
cmyk(0%, 13%, 87%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8D7B13
2#7E6D11
3#6E600F
4#5E520D
5#4F440B
6#3F3709
7#2F2906
8#1F1B04
9#100E02
Tints
Lighter variations
1#BAA219
2#D7BC1D
3#E3C933
4#E7D050
5#EBD86D
6#EFE08A
7#F3E8A7
8#F7EFC5
9#FBF7E2
Tones
Muted variations
1#96841C
2#907F23
3#897A2A
4#827631
5#7B7137
6#746C3E
7#6E6745
8#67634C
9#605E52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFB #FDFBF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF7 #FBF7E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7EF #F7EFC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1E4 #F1E498 | BordersInactive statesPlaceholder text |
| 400 | EAD5 #EAD562 | Disabled statesSecondary iconsMuted text |
| 500 | E3C9 #E3C935 | Primary brand colorCTAsActive elementsLinks |
| 600 | C5AC #C5AC1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D89 #9D8915 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7062 #70620F | Text on light backgroundsHeadingsStrong borders |
| 900 | 483F #483F0A | Primary textHigh emphasis contentDark headings |
| 950 | 2D27 #2D2706 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFBF2;
--olive-100: #FBF7E0;
--olive-200: #F7EFC5;
--olive-300: #F1E498;
--olive-400: #EAD562;
--olive-500: #E3C935;
--olive-600: #C5AC1B;
--olive-700: #9D8915;
--olive-800: #70620F;
--olive-900: #483F0A;
--olive-950: #2D2706;
}