Olive
#AC7506
OrangeColor Codes
All color formats for development
HEX
#AC7506RGB
rgb(172, 117, 6)HSL
hsl(40, 93%, 35%)OKLCH
oklch(0.604 0.126 75.7)CMYK
cmyk(0%, 32%, 97%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9B6906
2#8A5E05
3#795204
4#674604
5#563A03
6#452F02
7#342302
8#221701
9#110C01
Tints
Lighter variations
1#CC8B07
2#ECA009
3#F7AF1F
4#F8BA3F
5#F9C65F
6#FAD17F
7#FCDD9F
8#FDE8BF
9#FEF4DF
Tones
Muted variations
1#A4720F
2#9C6F17
3#936D1F
4#8B6A27
5#836730
6#7A6438
7#726240
8#6A5F49
9#625C51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF3 #FEF3DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDE8 #FDE8BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBD7 #FBD78E | BordersInactive statesPlaceholder text |
| 400 | F9C1 #F9C153 | Disabled statesSecondary iconsMuted text |
| 500 | F7B0 #F7B022 | Primary brand colorCTAsActive elementsLinks |
| 600 | D993 #D99308 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AC75 #AC7506 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7B54 #7B5404 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F35 #4F3503 | Primary textHigh emphasis contentDark headings |
| 950 | 3121 #312102 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFAF0;
--olive-100: #FEF3DD;
--olive-200: #FDE8BF;
--olive-300: #FBD78E;
--olive-400: #F9C153;
--olive-500: #F7B022;
--olive-600: #D99308;
--olive-700: #AC7506;
--olive-800: #7B5404;
--olive-900: #4F3503;
--olive-950: #312102;
}