Olive
#A9940A
YellowColor Codes
All color formats for development
HEX
#A9940ARGB
rgb(169, 148, 10)HSL
hsl(52, 89%, 35%)OKLCH
oklch(0.665 0.136 98.9)CMYK
cmyk(0%, 12%, 94%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#988509
2#877608
3#766707
4#655906
5#544A05
6#433B04
7#332C03
8#221E02
9#110F01
Tints
Lighter variations
1#C8AF0C
2#E7CA0D
3#F2D724
4#F4DC43
5#F6E262
6#F8E882
7#FAEEA1
8#FBF3C0
9#FDF9E0
Tones
Muted variations
1#A18E12
2#99881A
3#918222
4#897C2A
5#817632
6#797139
7#716B41
8#696549
9#615F51
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF9 #FDF9DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBF3 #FBF3C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9EB #F9EB90 | BordersInactive statesPlaceholder text |
| 400 | F5E0 #F5E056 | Disabled statesSecondary iconsMuted text |
| 500 | F2D7 #F2D726 | Primary brand colorCTAsActive elementsLinks |
| 600 | D4B9 #D4B90C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A994 #A9940A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7869 #786907 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D43 #4D4304 | Primary textHigh emphasis contentDark headings |
| 950 | 302A #302A03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFCF1;
--olive-100: #FDF9DD;
--olive-200: #FBF3C0;
--olive-300: #F9EB90;
--olive-400: #F5E056;
--olive-500: #F2D726;
--olive-600: #D4B90C;
--olive-700: #A9940A;
--olive-800: #786907;
--olive-900: #4D4304;
--olive-950: #302A03;
}