Olive
#A5780D
OrangeColor Codes
All color formats for development
HEX
#A5780DRGB
rgb(165, 120, 13)HSL
hsl(42, 85%, 35%)OKLCH
oklch(0.602 0.121 81.5)CMYK
cmyk(0%, 27%, 92%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#956C0C
2#84600B
3#745409
4#634808
5#533C07
6#423005
7#322404
8#211803
9#110C01
Tints
Lighter variations
1#C48E10
2#E2A412
3#EEB228
4#F0BD47
5#F3C866
6#F5D384
7#F8DEA3
8#FAE9C2
9#FDF4E0
Tones
Muted variations
1#9E7515
2#96721D
3#8E6E24
4#876B2C
5#7F6833
6#78653B
7#706242
8#685F4A
9#615C52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF3 #FCF3DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAE9 #FAE9C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6D8 #F6D892 | BordersInactive statesPlaceholder text |
| 400 | F2C4 #F2C45A | Disabled statesSecondary iconsMuted text |
| 500 | EEB3 #EEB32B | Primary brand colorCTAsActive elementsLinks |
| 600 | D096 #D09611 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A578 #A5780D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7655 #76550A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B37 #4B3706 | Primary textHigh emphasis contentDark headings |
| 950 | 2F22 #2F2204 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFAF1;
--olive-100: #FCF3DE;
--olive-200: #FAE9C2;
--olive-300: #F6D892;
--olive-400: #F2C45A;
--olive-500: #EEB32B;
--olive-600: #D09611;
--olive-700: #A5780D;
--olive-800: #76550A;
--olive-900: #4B3706;
--olive-950: #2F2204;
}