Olive
#715F0E
YellowColor Codes
All color formats for development
HEX
#715F0ERGB
rgb(113, 95, 14)HSL
hsl(49, 78%, 25%)OKLCH
oklch(0.489 0.095 95.2)CMYK
cmyk(0%, 16%, 88%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66560D
2#5B4C0B
3#4F430A
4#443908
5#393007
6#2D2606
7#221D04
8#171303
9#0B0A01
Tints
Lighter variations
1#947C12
2#B69816
3#D8B51B
4#E6C533
5#EACF55
6#EED877
7#F2E299
8#F7ECBB
9#FBF5DD
Tones
Muted variations
1#6D5C13
2#685918
3#63561D
4#5E5322
5#594F27
6#544C2C
7#4F4931
8#4A4636
9#45433B
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;
}