Olive
#A17812
OrangeColor Codes
All color formats for development
HEX
#A17812RGB
rgb(161, 120, 18)HSL
hsl(43, 80%, 35%)OKLCH
oklch(0.598 0.118 83.4)CMYK
cmyk(0%, 25%, 89%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#916C10
2#81600E
3#70540C
4#60480B
5#503C09
6#403007
7#302405
8#201804
9#100C02
Tints
Lighter variations
1#BE8F15
2#DCA518
3#E8B32E
4#EBBE4C
5#EEC96A
6#F2D488
7#F5DFA5
8#F8E9C3
9#FCF4E1
Tones
Muted variations
1#9A7519
2#927220
3#8B6F27
4#846C2E
5#7D6936
6#76663D
7#6F6344
8#685F4B
9#605C52
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;
}