Olive
#73600D
YellowColor Codes
All color formats for development
HEX
#73600DRGB
rgb(115, 96, 13)HSL
hsl(49, 80%, 25%)OKLCH
oklch(0.494 0.097 94.6)CMYK
cmyk(0%, 17%, 89%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#67560B
2#5C4D0A
3#504309
4#453A08
5#393006
6#2E2605
7#221D04
8#171303
9#0B0A01
Tints
Lighter variations
1#957D11
2#B89A14
3#DAB618
4#E8C630
5#ECD053
6#F0D975
7#F4E398
8#F7ECBA
9#FBF6DD
Tones
Muted variations
1#6E5D12
2#695A17
3#63561C
4#5E5321
5#595026
6#544D2B
7#4F4930
8#4A4636
9#45433B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFB #FDFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF6 #FBF6DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8EF #F8EFC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3E2 #F3E295 | BordersInactive statesPlaceholder text |
| 400 | EDD3 #EDD35E | Disabled statesSecondary iconsMuted text |
| 500 | E8C6 #E8C630 | Primary brand colorCTAsActive elementsLinks |
| 600 | CAA9 #CAA916 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A186 #A18612 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7360 #73600D | Text on light backgroundsHeadingsStrong borders |
| 900 | 493D #493D08 | Primary textHigh emphasis contentDark headings |
| 950 | 2E26 #2E2605 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFBF1;
--olive-100: #FBF6DF;
--olive-200: #F8EFC3;
--olive-300: #F3E295;
--olive-400: #EDD35E;
--olive-500: #E8C630;
--olive-600: #CAA916;
--olive-700: #A18612;
--olive-800: #73600D;
--olive-900: #493D08;
--olive-950: #2E2605;
}