Olive
#A07A13
OrangeColor Codes
All color formats for development
HEX
#A07A13RGB
rgb(160, 122, 19)HSL
hsl(44, 79%, 35%)OKLCH
oklch(0.601 0.118 85.5)CMYK
cmyk(0%, 24%, 88%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#906E11
2#80620F
3#70560D
4#60490B
5#503D09
6#403107
7#302506
8#201804
9#100C02
Tints
Lighter variations
1#BD9116
2#DBA81A
3#E7B62F
4#EAC04D
5#EECB6B
6#F1D588
7#F5E0A6
8#F8EAC4
9#FCF5E1
Tones
Muted variations
1#99771A
2#927421
3#8B7028
4#846D2F
5#7D6A36
6#75663D
7#6E6344
8#67604B
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 #F8EAC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3DA #F3DA96 | BordersInactive statesPlaceholder text |
| 400 | ECC7 #ECC75F | Disabled statesSecondary iconsMuted text |
| 500 | E7B7 #E7B732 | Primary brand colorCTAsActive elementsLinks |
| 600 | C99A #C99A18 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A07A #A07A13 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7257 #72570D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4938 #493809 | 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: #F8EAC4;
--olive-300: #F3DA96;
--olive-400: #ECC75F;
--olive-500: #E7B732;
--olive-600: #C99A18;
--olive-700: #A07A13;
--olive-800: #72570D;
--olive-900: #493809;
--olive-950: #2E2305;
}