Olive
#75570B
OrangeColor Codes
All color formats for development
HEX
#75570BRGB
rgb(117, 87, 11)HSL
hsl(43, 83%, 25%)OKLCH
oklch(0.476 0.093 84)CMYK
cmyk(0%, 26%, 91%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#694E0A
2#5D4509
3#523D08
4#463407
5#3A2B05
6#2F2304
7#231A03
8#171102
9#0C0901
Tints
Lighter variations
1#98710E
2#BB8B11
3#DEA515
4#EBB62D
5#EFC250
6#F2CE73
7#F5DA96
8#F8E7B9
9#FCF3DC
Tones
Muted variations
1#6F5410
2#6A5215
3#65501B
4#5F4E20
5#5A4B25
6#55492B
7#504730
8#4A4435
9#45423A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF4 #FCF4DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9EA #F9EAC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5D9 #F5D994 | BordersInactive statesPlaceholder text |
| 400 | F0C6 #F0C65C | Disabled statesSecondary iconsMuted text |
| 500 | EBB6 #EBB62D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD99 #CD9913 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A379 #A3790F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7557 #75570B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B37 #4B3707 | Primary textHigh emphasis contentDark headings |
| 950 | 2F23 #2F2304 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFAF1;
--olive-100: #FCF4DE;
--olive-200: #F9EAC2;
--olive-300: #F5D994;
--olive-400: #F0C65C;
--olive-500: #EBB62D;
--olive-600: #CD9913;
--olive-700: #A3790F;
--olive-800: #75570B;
--olive-900: #4B3707;
--olive-950: #2F2304;
}