Olive
#A9A90A
YellowColor Codes
All color formats for development
HEX
#A9A90ARGB
rgb(169, 169, 10)HSL
hsl(60, 89%, 35%)OKLCH
oklch(0.711 0.153 109.7)CMYK
cmyk(0%, 0%, 94%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#989809
2#878708
3#767607
4#656506
5#545405
6#434304
7#333303
8#222202
9#111101
Tints
Lighter variations
1#C8C80C
2#E7E70D
3#F2F224
4#F4F443
5#F6F662
6#F8F882
7#FAFAA1
8#FBFBC0
9#FDFDE0
Tones
Muted variations
1#A1A112
2#99991A
3#919122
4#89892A
5#818132
6#797939
7#717141
8#696949
9#616151
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFE #FEFEF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDFD #FDFDDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBFB #FBFBC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9F9 #F9F990 | BordersInactive statesPlaceholder text |
| 400 | F5F5 #F5F556 | Disabled statesSecondary iconsMuted text |
| 500 | F2F2 #F2F226 | Primary brand colorCTAsActive elementsLinks |
| 600 | D4D4 #D4D40C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A9A9 #A9A90A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7878 #787807 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D4D #4D4D04 | Primary textHigh emphasis contentDark headings |
| 950 | 3030 #303003 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFEF1;
--olive-100: #FDFDDD;
--olive-200: #FBFBC0;
--olive-300: #F9F990;
--olive-400: #F5F556;
--olive-500: #F2F226;
--olive-600: #D4D40C;
--olive-700: #A9A90A;
--olive-800: #787807;
--olive-900: #4D4D04;
--olive-950: #303003;
}