Olive
#A07313
OrangeColor Codes
All color formats for development
HEX
#A07313RGB
rgb(160, 115, 19)HSL
hsl(41, 79%, 35%)OKLCH
oklch(0.586 0.116 79.8)CMYK
cmyk(0%, 28%, 88%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#906811
2#805C0F
3#70510D
4#60450B
5#503A09
6#402E07
7#302306
8#201704
9#100C02
Tints
Lighter variations
1#BD8816
2#DB9E1A
3#E7AD2F
4#EAB84D
5#EEC46B
6#F1D088
7#F5DCA6
8#F8E7C4
9#FCF3E1
Tones
Muted variations
1#99711A
2#926E21
3#8B6B28
4#84692F
5#7D6636
6#75643D
7#6E6144
8#675E4B
9#605C52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF2 #FBF2DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E7 #F8E7C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3D5 #F3D596 | BordersInactive statesPlaceholder text |
| 400 | ECC0 #ECC05F | Disabled statesSecondary iconsMuted text |
| 500 | E7AD #E7AD32 | Primary brand colorCTAsActive elementsLinks |
| 600 | C991 #C99118 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A073 #A07313 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7252 #72520D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4935 #493509 | Primary textHigh emphasis contentDark headings |
| 950 | 2E21 #2E2105 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFAF1;
--olive-100: #FBF2DF;
--olive-200: #F8E7C4;
--olive-300: #F3D596;
--olive-400: #ECC05F;
--olive-500: #E7AD32;
--olive-600: #C99118;
--olive-700: #A07313;
--olive-800: #72520D;
--olive-900: #493509;
--olive-950: #2E2105;
}