Olive
#A2A010
YellowColor Codes
All color formats for development
HEX
#A2A010RGB
rgb(162, 160, 16)HSL
hsl(59, 82%, 35%)OKLCH
oklch(0.685 0.145 108.8)CMYK
cmyk(0%, 1%, 90%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#92900E
2#82800D
3#72700B
4#61600A
5#515008
6#414006
7#313005
8#202003
9#101002
Tints
Lighter variations
1#C1BE13
2#DFDB16
3#EAE72C
4#EDEA4A
5#F0EE68
6#F3F186
7#F6F5A5
8#F9F8C3
9#FCFCE1
Tones
Muted variations
1#9B9917
2#94921F
3#8C8B26
4#85842D
5#7E7D35
6#77763C
7#6F6E43
8#68674B
9#616052
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCFB #FCFBDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F8 #F9F8C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4F3 #F4F394 | BordersInactive statesPlaceholder text |
| 400 | EFEC #EFEC5D | Disabled statesSecondary iconsMuted text |
| 500 | EAE7 #EAE72E | Primary brand colorCTAsActive elementsLinks |
| 600 | CCC9 #CCC914 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A2A0 #A2A010 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7472 #74720B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A49 #4A4907 | Primary textHigh emphasis contentDark headings |
| 950 | 2E2E #2E2E05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFDF1;
--olive-100: #FCFBDF;
--olive-200: #F9F8C3;
--olive-300: #F4F394;
--olive-400: #EFEC5D;
--olive-500: #EAE72E;
--olive-600: #CCC914;
--olive-700: #A2A010;
--olive-800: #74720B;
--olive-900: #4A4907;
--olive-950: #2E2E05;
}