Olive
#A08113
YellowColor Codes
All color formats for development
HEX
#A08113RGB
rgb(160, 129, 19)HSL
hsl(47, 79%, 35%)OKLCH
oklch(0.615 0.121 90.9)CMYK
cmyk(0%, 19%, 88%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#907411
2#80670F
3#705A0D
4#604E0B
5#504109
6#403407
7#302706
8#201A04
9#100D02
Tints
Lighter variations
1#BD9916
2#DBB11A
3#E7BF2F
4#EAC84D
5#EED16B
6#F1DA88
7#F5E4A6
8#F8EDC4
9#FCF6E1
Tones
Muted variations
1#997D1A
2#927921
3#8B7528
4#84712F
5#7D6D36
6#75693D
7#6E6544
8#67614B
9#605D52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFB #FDFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF5 #FBF5DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8ED #F8EDC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3DF #F3DF96 | BordersInactive statesPlaceholder text |
| 400 | ECCE #ECCE5F | Disabled statesSecondary iconsMuted text |
| 500 | E7C0 #E7C032 | Primary brand colorCTAsActive elementsLinks |
| 600 | C9A2 #C9A218 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A081 #A08113 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 725C #725C0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 493B #493B09 | Primary textHigh emphasis contentDark headings |
| 950 | 2E25 #2E2505 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFBF1;
--olive-100: #FBF5DF;
--olive-200: #F8EDC4;
--olive-300: #F3DF96;
--olive-400: #ECCE5F;
--olive-500: #E7C032;
--olive-600: #C9A218;
--olive-700: #A08113;
--olive-800: #725C0D;
--olive-900: #493B09;
--olive-950: #2E2505;
}