Olive
#A9910A
YellowColor Codes
All color formats for development
HEX
#A9910ARGB
rgb(169, 145, 10)HSL
hsl(51, 89%, 35%)OKLCH
oklch(0.659 0.134 97.1)CMYK
cmyk(0%, 14%, 94%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#988209
2#877408
3#766507
4#655706
5#544805
6#433A04
7#332B03
8#221D02
9#110E01
Tints
Lighter variations
1#C8AC0C
2#E7C70D
3#F2D324
4#F4DA43
5#F6E062
6#F8E682
7#FAECA1
8#FBF3C0
9#FDF9E0
Tones
Muted variations
1#A18B12
2#99861A
3#918022
4#897B2A
5#817532
6#796F39
7#716A41
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 | FBF3 #FBF3C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9E9 #F9E990 | BordersInactive statesPlaceholder text |
| 400 | F5DD #F5DD56 | Disabled statesSecondary iconsMuted text |
| 500 | F2D4 #F2D426 | Primary brand colorCTAsActive elementsLinks |
| 600 | D4B6 #D4B60C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A991 #A9910A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7867 #786707 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D42 #4D4204 | 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: #FBF3C0;
--olive-300: #F9E990;
--olive-400: #F5DD56;
--olive-500: #F2D426;
--olive-600: #D4B60C;
--olive-700: #A9910A;
--olive-800: #786707;
--olive-900: #4D4204;
--olive-950: #302903;
}