Olive
#A5730D
OrangeColor Codes
All color formats for development
HEX
#A5730DRGB
rgb(165, 115, 13)HSL
hsl(40, 85%, 35%)OKLCH
oklch(0.592 0.12 77.5)CMYK
cmyk(0%, 30%, 92%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#95670C
2#845C0B
3#745009
4#634508
5#533907
6#422E05
7#322204
8#211703
9#110B01
Tints
Lighter variations
1#C48810
2#E29D12
3#EEAC28
4#F0B847
5#F3C466
6#F5CF84
7#F8DBA3
8#FAE7C2
9#FDF3E0
Tones
Muted variations
1#9E7015
2#966D1D
3#8E6B24
4#87682C
5#7F6633
6#78633B
7#706142
8#685E4A
9#615C52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF2 #FCF2DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAE7 #FAE7C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6D5 #F6D592 | BordersInactive statesPlaceholder text |
| 400 | F2BF #F2BF5A | Disabled statesSecondary iconsMuted text |
| 500 | EEAD #EEAD2B | Primary brand colorCTAsActive elementsLinks |
| 600 | D090 #D09011 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A573 #A5730D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7652 #76520A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B34 #4B3406 | Primary textHigh emphasis contentDark headings |
| 950 | 2F21 #2F2104 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFAF1;
--olive-100: #FCF2DE;
--olive-200: #FAE7C2;
--olive-300: #F6D592;
--olive-400: #F2BF5A;
--olive-500: #EEAD2B;
--olive-600: #D09011;
--olive-700: #A5730D;
--olive-800: #76520A;
--olive-900: #4B3406;
--olive-950: #2F2104;
}