Olive
#A97C0A
OrangeColor Codes
All color formats for development
HEX
#A97C0ARGB
rgb(169, 124, 10)HSL
hsl(43, 89%, 35%)OKLCH
oklch(0.615 0.124 82.4)CMYK
cmyk(0%, 27%, 94%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#986F09
2#876308
3#765707
4#654A06
5#543E05
6#433104
7#332503
8#221902
9#110C01
Tints
Lighter variations
1#C8930C
2#E7AA0D
3#F2B824
4#F4C243
5#F6CC62
6#F8D682
7#FAE0A1
8#FBEBC0
9#FDF5E0
Tones
Muted variations
1#A17812
2#99751A
3#917122
4#896E2A
5#816A32
6#796739
7#716441
8#696049
9#615D51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF4 #FDF4DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBEB #FBEBC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9DB #F9DB90 | BordersInactive statesPlaceholder text |
| 400 | F5C8 #F5C856 | Disabled statesSecondary iconsMuted text |
| 500 | F2B9 #F2B926 | Primary brand colorCTAsActive elementsLinks |
| 600 | D49B #D49B0C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A97C #A97C0A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7858 #785807 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D39 #4D3904 | Primary textHigh emphasis contentDark headings |
| 950 | 3023 #302303 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFAF1;
--olive-100: #FDF4DD;
--olive-200: #FBEBC0;
--olive-300: #F9DB90;
--olive-400: #F5C856;
--olive-500: #F2B926;
--olive-600: #D49B0C;
--olive-700: #A97C0A;
--olive-800: #785807;
--olive-900: #4D3904;
--olive-950: #302303;
}