Olive
#73560C
OrangeColor Codes
All color formats for development
HEX
#73560CRGB
rgb(115, 86, 12)HSL
hsl(43, 81%, 25%)OKLCH
oklch(0.471 0.092 84.5)CMYK
cmyk(0%, 25%, 90%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#684E0B
2#5C450A
3#513C08
4#453407
5#3A2B06
6#2E2205
7#231A04
8#171102
9#0C0901
Tints
Lighter variations
1#967010
2#B98A13
3#DBA417
4#E9B52F
5#EDC152
6#F0CD75
7#F4DA97
8#F8E6BA
9#FBF3DC
Tones
Muted variations
1#6E5411
2#695216
3#644F1C
4#5F4D21
5#5A4B26
6#54492B
7#4F4630
8#4A4435
9#45423B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF3 #FCF3DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9E9 #F9E9C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4D9 #F4D995 | BordersInactive statesPlaceholder text |
| 400 | EEC5 #EEC55D | Disabled statesSecondary iconsMuted text |
| 500 | E9B5 #E9B52F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB98 #CB9815 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A279 #A27911 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7356 #73560C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A37 #4A3708 | Primary textHigh emphasis contentDark headings |
| 950 | 2E22 #2E2205 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFAF1;
--olive-100: #FCF3DF;
--olive-200: #F9E9C3;
--olive-300: #F4D995;
--olive-400: #EEC55D;
--olive-500: #E9B52F;
--olive-600: #CB9815;
--olive-700: #A27911;
--olive-800: #73560C;
--olive-900: #4A3708;
--olive-950: #2E2205;
}