Olive
#734F0C
OrangeColor Codes
All color formats for development
HEX
#734F0CRGB
rgb(115, 79, 12)HSL
hsl(39, 81%, 25%)OKLCH
oklch(0.456 0.09 76.6)CMYK
cmyk(0%, 31%, 90%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#68470B
2#5C3F0A
3#513708
4#453007
5#3A2806
6#2E2005
7#231804
8#171002
9#0C0801
Tints
Lighter variations
1#966710
2#B97F13
3#DB9717
4#E9A82F
5#EDB752
6#F0C575
7#F4D497
8#F8E2BA
9#FBF1DC
Tones
Muted variations
1#6E4E11
2#694C16
3#644B1C
4#5F4921
5#5A4726
6#54462B
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 | F9E6 #F9E6C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4D3 #F4D395 | BordersInactive statesPlaceholder text |
| 400 | EEBB #EEBB5D | Disabled statesSecondary iconsMuted text |
| 500 | E9A8 #E9A82F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB8B #CB8B15 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A26F #A26F11 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 734F #734F0C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A33 #4A3308 | Primary textHigh emphasis contentDark headings |
| 950 | 2E20 #2E2005 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEF9F1;
--olive-100: #FCF1DF;
--olive-200: #F9E6C3;
--olive-300: #F4D395;
--olive-400: #EEBB5D;
--olive-500: #E9A82F;
--olive-600: #CB8B15;
--olive-700: #A26F11;
--olive-800: #734F0C;
--olive-900: #4A3308;
--olive-950: #2E2005;
}