Olive
#73540C
OrangeColor Codes
All color formats for development
HEX
#73540CRGB
rgb(115, 84, 12)HSL
hsl(42, 81%, 25%)OKLCH
oklch(0.467 0.091 82.2)CMYK
cmyk(0%, 27%, 90%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#684C0B
2#5C440A
3#513B08
4#453307
5#3A2A06
6#2E2205
7#231904
8#171102
9#0C0801
Tints
Lighter variations
1#966E10
2#B98713
3#DBA017
4#E9B12F
5#EDBE52
6#F0CB75
7#F4D897
8#F8E5BA
9#FBF2DC
Tones
Muted variations
1#6E5211
2#695016
3#644E1C
4#5F4C21
5#5A4A26
6#54482B
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 | F4D7 #F4D795 | BordersInactive statesPlaceholder text |
| 400 | EEC3 #EEC35D | Disabled statesSecondary iconsMuted text |
| 500 | E9B1 #E9B12F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB95 #CB9515 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A276 #A27611 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7354 #73540C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A36 #4A3608 | 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: #F4D795;
--olive-400: #EEC35D;
--olive-500: #E9B12F;
--olive-600: #CB9515;
--olive-700: #A27611;
--olive-800: #73540C;
--olive-900: #4A3608;
--olive-950: #2E2205;
}