Olive
#73530C
OrangeColor Codes
All color formats for development
HEX
#73530CRGB
rgb(115, 83, 12)HSL
hsl(41, 81%, 25%)OKLCH
oklch(0.464 0.091 81.1)CMYK
cmyk(0%, 28%, 90%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#684A0B
2#5C420A
3#513A08
4#453207
5#3A2906
6#2E2105
7#231904
8#171102
9#0C0801
Tints
Lighter variations
1#966B10
2#B98413
3#DB9D17
4#E9AE2F
5#EDBC52
6#F0C975
7#F4D797
8#F8E4BA
9#FBF2DC
Tones
Muted variations
1#6E5111
2#694F16
3#644D1C
4#5F4B21
5#5A4926
6#54472B
7#4F4530
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 | FCF2 #FCF2DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9E8 #F9E8C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4D6 #F4D695 | BordersInactive statesPlaceholder text |
| 400 | EEC0 #EEC05D | Disabled statesSecondary iconsMuted text |
| 500 | E9AE #E9AE2F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB92 #CB9215 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A274 #A27411 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7353 #73530C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A35 #4A3508 | Primary textHigh emphasis contentDark headings |
| 950 | 2E21 #2E2105 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFAF1;
--olive-100: #FCF2DF;
--olive-200: #F9E8C3;
--olive-300: #F4D695;
--olive-400: #EEC05D;
--olive-500: #E9AE2F;
--olive-600: #CB9215;
--olive-700: #A27411;
--olive-800: #73530C;
--olive-900: #4A3508;
--olive-950: #2E2105;
}