Olive
#A5870D
YellowColor Codes
All color formats for development
HEX
#A5870DRGB
rgb(165, 135, 13)HSL
hsl(48, 85%, 35%)OKLCH
oklch(0.633 0.127 92.6)CMYK
cmyk(0%, 18%, 92%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#95790C
2#846C0B
3#745E09
4#635108
5#534307
6#423605
7#322804
8#211B03
9#110D01
Tints
Lighter variations
1#C4A010
2#E2B912
3#EEC628
4#F0CE47
5#F3D666
6#F5DF84
7#F8E7A3
8#FAEFC2
9#FDF7E0
Tones
Muted variations
1#9E8215
2#967E1D
3#8E7924
4#87752C
5#7F7033
6#786B3B
7#706742
8#68624A
9#615E52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF6 #FCF6DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAEF #FAEFC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6E2 #F6E292 | BordersInactive statesPlaceholder text |
| 400 | F2D3 #F2D35A | Disabled statesSecondary iconsMuted text |
| 500 | EEC7 #EEC72B | Primary brand colorCTAsActive elementsLinks |
| 600 | D0A9 #D0A911 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A587 #A5870D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7660 #76600A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B3E #4B3E06 | Primary textHigh emphasis contentDark headings |
| 950 | 2F27 #2F2704 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFBF1;
--olive-100: #FCF6DE;
--olive-200: #FAEFC2;
--olive-300: #F6E292;
--olive-400: #F2D35A;
--olive-500: #EEC72B;
--olive-600: #D0A911;
--olive-700: #A5870D;
--olive-800: #76600A;
--olive-900: #4B3E06;
--olive-950: #2F2704;
}