Olive
#A98C0A
YellowColor Codes
All color formats for development
HEX
#A98C0ARGB
rgb(169, 140, 10)HSL
hsl(49, 89%, 35%)OKLCH
oklch(0.648 0.131 93.9)CMYK
cmyk(0%, 17%, 94%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#987E09
2#877008
3#766207
4#655406
5#544605
6#433804
7#332A03
8#221C02
9#110E01
Tints
Lighter variations
1#C8A50C
2#E7BF0D
3#F2CC24
4#F4D443
5#F6DB62
6#F8E282
7#FAE9A1
8#FBF1C0
9#FDF8E0
Tones
Muted variations
1#A18712
2#99811A
3#917C22
4#89772A
5#817232
6#796D39
7#716841
8#696349
9#615E51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF7 #FDF7DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBF1 #FBF1C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9E5 #F9E590 | BordersInactive statesPlaceholder text |
| 400 | F5D8 #F5D856 | Disabled statesSecondary iconsMuted text |
| 500 | F2CD #F2CD26 | Primary brand colorCTAsActive elementsLinks |
| 600 | D4AF #D4AF0C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A98C #A98C0A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7864 #786407 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D40 #4D4004 | Primary textHigh emphasis contentDark headings |
| 950 | 3028 #302803 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFCF1;
--olive-100: #FDF7DD;
--olive-200: #FBF1C0;
--olive-300: #F9E590;
--olive-400: #F5D856;
--olive-500: #F2CD26;
--olive-600: #D4AF0C;
--olive-700: #A98C0A;
--olive-800: #786407;
--olive-900: #4D4004;
--olive-950: #302803;
}