Olive
#A17B12
OrangeColor Codes
All color formats for development
HEX
#A17B12RGB
rgb(161, 123, 18)HSL
hsl(44, 80%, 35%)OKLCH
oklch(0.604 0.119 85.8)CMYK
cmyk(0%, 24%, 89%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#916E10
2#81620E
3#70560C
4#604A0B
5#503D09
6#403107
7#302505
8#201904
9#100C02
Tints
Lighter variations
1#BE9115
2#DCA818
3#E8B62E
4#EBC14C
5#EECB6A
6#F2D588
7#F5E0A5
8#F8EAC3
9#FCF5E1
Tones
Muted variations
1#9A7719
2#927420
3#8B7127
4#846D2E
5#7D6A36
6#76673D
7#6F6344
8#68604B
9#605D52
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;
}