Olive
#73560D
OrangeColor Codes
All color formats for development
HEX
#73560DRGB
rgb(115, 86, 13)HSL
hsl(43, 80%, 25%)OKLCH
oklch(0.471 0.091 84.3)CMYK
cmyk(0%, 25%, 89%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#674D0B
2#5C450A
3#503C09
4#453408
5#392B06
6#2E2205
7#221A04
8#171103
9#0B0901
Tints
Lighter variations
1#957011
2#B88914
3#DAA318
4#E8B430
5#ECC153
6#F0CD75
7#F4DA98
8#F7E6BA
9#FBF3DD
Tones
Muted variations
1#6E5412
2#695117
3#634F1C
4#5E4D21
5#594B26
6#54492B
7#4F4630
8#4A4436
9#45423B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF3 #FBF3DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E9 #F8E9C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3D9 #F3D995 | BordersInactive statesPlaceholder text |
| 400 | EDC5 #EDC55E | Disabled statesSecondary iconsMuted text |
| 500 | E8B4 #E8B430 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA97 #CA9716 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A178 #A17812 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7356 #73560D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4937 #493708 | Primary textHigh emphasis contentDark headings |
| 950 | 2E22 #2E2205 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFAF1;
--olive-100: #FBF3DF;
--olive-200: #F8E9C3;
--olive-300: #F3D995;
--olive-400: #EDC55E;
--olive-500: #E8B430;
--olive-600: #CA9716;
--olive-700: #A17812;
--olive-800: #73560D;
--olive-900: #493708;
--olive-950: #2E2205;
}