Olive
#734C0C
OrangeColor Codes
All color formats for development
HEX
#734C0CRGB
rgb(115, 76, 12)HSL
hsl(37, 81%, 25%)OKLCH
oklch(0.45 0.09 73.1)CMYK
cmyk(0%, 34%, 90%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#68440B
2#5C3D0A
3#513508
4#452D07
5#3A2606
6#2E1E05
7#231704
8#170F02
9#0C0801
Tints
Lighter variations
1#966310
2#B97913
3#DB9017
4#E9A22F
5#EDB152
6#F0C175
7#F4D097
8#F8E0BA
9#FBEFDC
Tones
Muted variations
1#6E4B11
2#694916
3#64481C
4#5F4721
5#5A4626
6#54452B
7#4F4330
8#4A4235
9#45413B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF1 #FCF1DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9E4 #F9E4C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4CF #F4CF95 | BordersInactive statesPlaceholder text |
| 400 | EEB7 #EEB75D | Disabled statesSecondary iconsMuted text |
| 500 | E9A2 #E9A22F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB85 #CB8515 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A26A #A26A11 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 734C #734C0C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A31 #4A3108 | Primary textHigh emphasis contentDark headings |
| 950 | 2E1E #2E1E05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEF9F1;
--olive-100: #FCF1DF;
--olive-200: #F9E4C3;
--olive-300: #F4CF95;
--olive-400: #EEB75D;
--olive-500: #E9A22F;
--olive-600: #CB8515;
--olive-700: #A26A11;
--olive-800: #734C0C;
--olive-900: #4A3108;
--olive-950: #2E1E05;
}