Olive
#A8730B
OrangeColor Codes
All color formats for development
HEX
#A8730BRGB
rgb(168, 115, 11)HSL
hsl(40, 88%, 35%)OKLCH
oklch(0.596 0.122 76)CMYK
cmyk(0%, 32%, 93%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#97680A
2#865C09
3#755107
4#654506
5#543A05
6#432E04
7#322303
8#221702
9#110C01
Tints
Lighter variations
1#C7890D
2#E69E0F
3#F1AD25
4#F3B944
5#F5C463
6#F7D082
7#F9DCA2
8#FBE8C1
9#FDF3E0
Tones
Muted variations
1#A07113
2#986E1A
3#906C22
4#88692A
5#816632
6#79643A
7#716142
8#695E4A
9#615C51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF2 #FDF2DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBE8 #FBE8C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8D6 #F8D691 | BordersInactive statesPlaceholder text |
| 400 | F4C0 #F4C057 | Disabled statesSecondary iconsMuted text |
| 500 | F1AE #F1AE27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D391 #D3910D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A873 #A8730B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7852 #785208 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D35 #4D3505 | Primary textHigh emphasis contentDark headings |
| 950 | 3021 #302103 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFAF1;
--olive-100: #FDF2DD;
--olive-200: #FBE8C1;
--olive-300: #F8D691;
--olive-400: #F4C057;
--olive-500: #F1AE27;
--olive-600: #D3910D;
--olive-700: #A8730B;
--olive-800: #785208;
--olive-900: #4D3505;
--olive-950: #302103;
}