Olive
#A4980E
YellowColor Codes
All color formats for development
HEX
#A4980ERGB
rgb(164, 152, 14)HSL
hsl(55, 84%, 35%)OKLCH
oklch(0.669 0.138 103.7)CMYK
cmyk(0%, 7%, 91%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#94890D
2#83790B
3#736A0A
4#635B09
5#524C07
6#423D06
7#312E04
8#211E03
9#100F01
Tints
Lighter variations
1#C3B411
2#E1D014
3#ECDC2A
4#EFE148
5#F2E667
6#F4EB85
7#F7F0A4
8#FAF5C2
9#FCFAE1
Tones
Muted variations
1#9D9116
2#958B1D
3#8E8525
4#867F2C
5#7F7834
6#77723B
7#706C43
8#68664A
9#615F52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCFA #FCFADE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FAF5 #FAF5C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F6ED #F6ED93 | BordersInactive statesPlaceholder text |
| 400 | F1E4 #F1E45B | Disabled statesSecondary iconsMuted text |
| 500 | EDDD #EDDD2C | Primary brand colorCTAsActive elementsLinks |
| 600 | CEBF #CEBF12 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A498 #A4980E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 756C #756C0A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B45 #4B4507 | Primary textHigh emphasis contentDark headings |
| 950 | 2F2B #2F2B04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFDF1;
--olive-100: #FCFADE;
--olive-200: #FAF5C2;
--olive-300: #F6ED93;
--olive-400: #F1E45B;
--olive-500: #EDDD2C;
--olive-600: #CEBF12;
--olive-700: #A4980E;
--olive-800: #756C0A;
--olive-900: #4B4507;
--olive-950: #2F2B04;
}