Olive
#A8790B
OrangeColor Codes
All color formats for development
HEX
#A8790BRGB
rgb(168, 121, 11)HSL
hsl(42, 88%, 35%)OKLCH
oklch(0.608 0.123 80.7)CMYK
cmyk(0%, 28%, 93%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#976D0A
2#866109
3#755407
4#654806
5#543C05
6#433004
7#322403
8#221802
9#110C01
Tints
Lighter variations
1#C78F0D
2#E6A50F
3#F1B425
4#F3BF44
5#F5C963
6#F7D482
7#F9DFA2
8#FBEAC1
9#FDF4E0
Tones
Muted variations
1#A07613
2#98721A
3#906F22
4#886C2A
5#816932
6#79663A
7#716342
8#69604A
9#615C51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF3 #FDF3DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBEA #FBEAC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8D9 #F8D991 | BordersInactive statesPlaceholder text |
| 400 | F4C5 #F4C557 | Disabled statesSecondary iconsMuted text |
| 500 | F1B5 #F1B527 | Primary brand colorCTAsActive elementsLinks |
| 600 | D398 #D3980D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A879 #A8790B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7856 #785608 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D37 #4D3705 | Primary textHigh emphasis contentDark headings |
| 950 | 3022 #302203 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFAF1;
--olive-100: #FDF3DD;
--olive-200: #FBEAC1;
--olive-300: #F8D991;
--olive-400: #F4C557;
--olive-500: #F1B527;
--olive-600: #D3980D;
--olive-700: #A8790B;
--olive-800: #785608;
--olive-900: #4D3705;
--olive-950: #302203;
}