Olive
#71610E
YellowColor Codes
All color formats for development
HEX
#71610ERGB
rgb(113, 97, 14)HSL
hsl(50, 78%, 25%)OKLCH
oklch(0.494 0.097 97.1)CMYK
cmyk(0%, 14%, 88%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66570D
2#5B4E0B
3#4F440A
4#443A08
5#393007
6#2D2706
7#221D04
8#171303
9#0B0A01
Tints
Lighter variations
1#947E12
2#B69B16
3#D8B81B
4#E6C833
5#EAD155
6#EEDA77
7#F2E399
8#F7EDBB
9#FBF6DD
Tones
Muted variations
1#6D5E13
2#685A18
3#63571D
4#5E5422
5#595027
6#544D2C
7#4F4A31
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 | F8EF #F8EFC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2E3 #F2E397 | BordersInactive statesPlaceholder text |
| 400 | EBD4 #EBD460 | Disabled statesSecondary iconsMuted text |
| 500 | E6C8 #E6C833 | Primary brand colorCTAsActive elementsLinks |
| 600 | C8AB #C8AB19 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F88 #9F8814 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7161 #71610E | Text on light backgroundsHeadingsStrong borders |
| 900 | 493E #493E09 | 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: #FDFBF1;
--olive-100: #FBF6DF;
--olive-200: #F8EFC4;
--olive-300: #F2E397;
--olive-400: #EBD460;
--olive-500: #E6C833;
--olive-600: #C8AB19;
--olive-700: #9F8814;
--olive-800: #71610E;
--olive-900: #493E09;
--olive-950: #2D2706;
}