Olive
#724C0D
OrangeColor Codes
All color formats for development
HEX
#724C0DRGB
rgb(114, 76, 13)HSL
hsl(37, 80%, 25%)OKLCH
oklch(0.448 0.089 73.7)CMYK
cmyk(0%, 33%, 89%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#67440B
2#5C3D0A
3#503509
4#452D08
5#392606
6#2E1E05
7#221704
8#170F03
9#0B0801
Tints
Lighter variations
1#956211
2#B87914
3#DA9018
4#E8A230
5#ECB153
6#F0C175
7#F4D098
8#F7E0BA
9#FBEFDD
Tones
Muted variations
1#6E4A12
2#694917
3#63481C
4#5E4721
5#594626
6#54452B
7#4F4330
8#4A4236
9#45413B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF9 #FDF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF0 #FBF0DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E4 #F8E4C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3CF #F3CF95 | BordersInactive statesPlaceholder text |
| 400 | EDB6 #EDB65E | Disabled statesSecondary iconsMuted text |
| 500 | E8A2 #E8A230 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA85 #CA8516 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A16A #A16A12 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 734C #734C0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4930 #493008 | 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: #FDF9F1;
--olive-100: #FBF0DF;
--olive-200: #F8E4C3;
--olive-300: #F3CF95;
--olive-400: #EDB65E;
--olive-500: #E8A230;
--olive-600: #CA8516;
--olive-700: #A16A12;
--olive-800: #734C0D;
--olive-900: #493008;
--olive-950: #2E1E05;
}