Olive
#9F8514
YellowColor Codes
All color formats for development
HEX
#9F8514RGB
rgb(159, 133, 20)HSL
hsl(49, 78%, 35%)OKLCH
oklch(0.623 0.123 94.4)CMYK
cmyk(0%, 16%, 87%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8F7812
2#7F6B10
3#6F5D0E
4#5F500C
5#4F430A
6#403508
7#302806
8#201B04
9#100D02
Tints
Lighter variations
1#BC9E17
2#DAB71B
3#E5C430
4#E9CD4E
5#EDD56B
6#F0DD89
7#F4E6A6
8#F8EEC4
9#FBF7E1
Tones
Muted variations
1#98811B
2#917D22
3#8A7829
4#83742F
5#7C6F36
6#756B3D
7#6E6644
8#67624B
9#605E52
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 | F8EE #F8EEC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2E1 #F2E197 | BordersInactive statesPlaceholder text |
| 400 | EBD2 #EBD260 | Disabled statesSecondary iconsMuted text |
| 500 | E6C5 #E6C533 | Primary brand colorCTAsActive elementsLinks |
| 600 | C8A8 #C8A819 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F85 #9F8514 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 715F #715F0E | Text on light backgroundsHeadingsStrong borders |
| 900 | 493D #493D09 | Primary textHigh emphasis contentDark headings |
| 950 | 2D26 #2D2606 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFBF1;
--olive-100: #FBF6DF;
--olive-200: #F8EEC4;
--olive-300: #F2E197;
--olive-400: #EBD260;
--olive-500: #E6C533;
--olive-600: #C8A819;
--olive-700: #9F8514;
--olive-800: #715F0E;
--olive-900: #493D09;
--olive-950: #2D2606;
}