Olive
#734E0C
OrangeColor Codes
All color formats for development
HEX
#734E0CRGB
rgb(115, 78, 12)HSL
hsl(38, 81%, 25%)OKLCH
oklch(0.454 0.09 75.4)CMYK
cmyk(0%, 32%, 90%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#68460B
2#5C3E0A
3#513608
4#452F07
5#3A2706
6#2E1F05
7#231704
8#171002
9#0C0801
Tints
Lighter variations
1#966510
2#B97C13
3#DB9317
4#E9A52F
5#EDB452
6#F0C375
7#F4D297
8#F8E1BA
9#FBF0DC
Tones
Muted variations
1#6E4C11
2#694B16
3#64491C
4#5F4821
5#5A4726
6#54452B
7#4F4430
8#4A4335
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 | F9E5 #F9E5C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4D1 #F4D195 | BordersInactive statesPlaceholder text |
| 400 | EEB9 #EEB95D | Disabled statesSecondary iconsMuted text |
| 500 | E9A5 #E9A52F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB88 #CB8815 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A26D #A26D11 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 734E #734E0C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A32 #4A3208 | Primary textHigh emphasis contentDark headings |
| 950 | 2E1F #2E1F05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEF9F1;
--olive-100: #FCF1DF;
--olive-200: #F9E5C3;
--olive-300: #F4D195;
--olive-400: #EEB95D;
--olive-500: #E9A52F;
--olive-600: #CB8815;
--olive-700: #A26D11;
--olive-800: #734E0C;
--olive-900: #4A3208;
--olive-950: #2E1F05;
}