Olive
#A8710B
OrangeColor Codes
All color formats for development
HEX
#A8710BRGB
rgb(168, 113, 11)HSL
hsl(39, 88%, 35%)OKLCH
oklch(0.592 0.122 74.4)CMYK
cmyk(0%, 33%, 93%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#97660A
2#865A09
3#754F07
4#654406
5#543805
6#432D04
7#322203
8#221702
9#110B01
Tints
Lighter variations
1#C7860D
2#E69B0F
3#F1AA25
4#F3B644
5#F5C263
6#F7CE82
7#F9DAA2
8#FBE7C1
9#FDF3E0
Tones
Muted variations
1#A06E13
2#986C1A
3#906A22
4#88672A
5#816532
6#79633A
7#716042
8#695E4A
9#615C51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF2 #FDF2DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBE7 #FBE7C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8D4 #F8D491 | BordersInactive statesPlaceholder text |
| 400 | F4BD #F4BD57 | Disabled statesSecondary iconsMuted text |
| 500 | F1AB #F1AB27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D38E #D38E0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A871 #A8710B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7851 #785108 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D34 #4D3405 | Primary textHigh emphasis contentDark headings |
| 950 | 3020 #302003 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEF9F1;
--olive-100: #FDF2DD;
--olive-200: #FBE7C1;
--olive-300: #F8D491;
--olive-400: #F4BD57;
--olive-500: #F1AB27;
--olive-600: #D38E0D;
--olive-700: #A8710B;
--olive-800: #785108;
--olive-900: #4D3405;
--olive-950: #302003;
}