Olive
#9C9116
YellowColor Codes
All color formats for development
HEX
#9C9116RGB
rgb(156, 145, 22)HSL
hsl(55, 75%, 35%)OKLCH
oklch(0.646 0.131 103.8)CMYK
cmyk(0%, 7%, 86%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8D8314
2#7D7412
3#6D6610
4#5E570D
5#4E490B
6#3E3A09
7#2F2C07
8#1F1D04
9#100F02
Tints
Lighter variations
1#B9AC1A
2#D6C71F
3#E2D334
4#E6DA51
5#EAE06E
6#EEE68B
7#F3ECA8
8#F7F3C5
9#FBF9E2
Tones
Muted variations
1#958B1D
2#8F8624
3#88802A
4#817B31
5#7B7538
6#74703E
7#6D6A45
8#67644C
9#605F53
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF8 #FBF8E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F3 #F7F3C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F0E9 #F0E998 | BordersInactive statesPlaceholder text |
| 400 | E9DE #E9DE63 | Disabled statesSecondary iconsMuted text |
| 500 | E2D4 #E2D436 | Primary brand colorCTAsActive elementsLinks |
| 600 | C4B6 #C4B61C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C91 #9C9116 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7068 #706810 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4742 #47420A | 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: #FDFCF2;
--olive-100: #FBF8E0;
--olive-200: #F7F3C5;
--olive-300: #F0E998;
--olive-400: #E9DE63;
--olive-500: #E2D436;
--olive-600: #C4B61C;
--olive-700: #9C9116;
--olive-800: #706810;
--olive-900: #47420A;
--olive-950: #2D2906;
}