Olive
#A98E0A
YellowColor Codes
All color formats for development
HEX
#A98E0ARGB
rgb(169, 142, 10)HSL
hsl(50, 89%, 35%)OKLCH
oklch(0.652 0.132 95.2)CMYK
cmyk(0%, 16%, 94%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#988009
2#877208
3#766407
4#655506
5#544705
6#433904
7#332B03
8#221C02
9#110E01
Tints
Lighter variations
1#C8A90C
2#E7C30D
3#F2D024
4#F4D743
5#F6DD62
6#F8E482
7#FAEBA1
8#FBF2C0
9#FDF8E0
Tones
Muted variations
1#A18912
2#99841A
3#917E22
4#89792A
5#817432
6#796E39
7#716941
8#696449
9#615F51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF8 #FDF8DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBF2 #FBF2C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9E7 #F9E790 | BordersInactive statesPlaceholder text |
| 400 | F5DB #F5DB56 | Disabled statesSecondary iconsMuted text |
| 500 | F2D0 #F2D026 | Primary brand colorCTAsActive elementsLinks |
| 600 | D4B3 #D4B30C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A98E #A98E0A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7866 #786607 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D41 #4D4104 | Primary textHigh emphasis contentDark headings |
| 950 | 3029 #302903 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFCF1;
--olive-100: #FDF8DD;
--olive-200: #FBF2C0;
--olive-300: #F9E790;
--olive-400: #F5DB56;
--olive-500: #F2D026;
--olive-600: #D4B30C;
--olive-700: #A98E0A;
--olive-800: #786607;
--olive-900: #4D4104;
--olive-950: #302903;
}