Olive
#73580D
OrangeColor Codes
All color formats for development
HEX
#73580DRGB
rgb(115, 88, 13)HSL
hsl(44, 80%, 25%)OKLCH
oklch(0.476 0.092 86.5)CMYK
cmyk(0%, 23%, 89%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#674F0B
2#5C460A
3#503D09
4#453508
5#392C06
6#2E2305
7#221A04
8#171203
9#0B0901
Tints
Lighter variations
1#957211
2#B88C14
3#DAA618
4#E8B730
5#ECC353
6#F0CF75
7#F4DB98
8#F7E7BA
9#FBF3DD
Tones
Muted variations
1#6E5512
2#695317
3#63501C
4#5E4E21
5#594C26
6#54492B
7#4F4730
8#4A4536
9#45423B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF4 #FBF4DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8EA #F8EAC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3DA #F3DA95 | BordersInactive statesPlaceholder text |
| 400 | EDC7 #EDC75E | Disabled statesSecondary iconsMuted text |
| 500 | E8B7 #E8B730 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA9A #CA9A16 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A17B #A17B12 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7358 #73580D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4938 #493808 | Primary textHigh emphasis contentDark headings |
| 950 | 2E23 #2E2305 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFAF1;
--olive-100: #FBF4DF;
--olive-200: #F8EAC3;
--olive-300: #F3DA95;
--olive-400: #EDC75E;
--olive-500: #E8B730;
--olive-600: #CA9A16;
--olive-700: #A17B12;
--olive-800: #73580D;
--olive-900: #493808;
--olive-950: #2E2305;
}