Olive
#A2A211
YellowColor Codes
All color formats for development
HEX
#A2A211RGB
rgb(162, 162, 17)HSL
hsl(60, 81%, 35%)OKLCH
oklch(0.69 0.147 109.7)CMYK
cmyk(0%, 0%, 90%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#91910F
2#81810E
3#71710C
4#61610A
5#515108
6#414107
7#303005
8#202003
9#101002
Tints
Lighter variations
1#C0C014
2#DEDE17
3#E9E92D
4#ECEC4B
5#EFEF69
6#F2F287
7#F6F6A5
8#F9F9C3
9#FCFCE1
Tones
Muted variations
1#9A9A18
2#93931F
3#8C8C27
4#85852E
5#7D7D35
6#76763C
7#6F6F44
8#68684B
9#606052
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFE #FEFEF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCFC #FCFCDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F9 #F9F9C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4F4 #F4F495 | BordersInactive statesPlaceholder text |
| 400 | EEEE #EEEE5D | Disabled statesSecondary iconsMuted text |
| 500 | E9E9 #E9E92F | Primary brand colorCTAsActive elementsLinks |
| 600 | CBCB #CBCB15 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A2A2 #A2A211 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7373 #73730C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A4A #4A4A08 | 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: #FEFEF1;
--olive-100: #FCFCDF;
--olive-200: #F9F9C3;
--olive-300: #F4F495;
--olive-400: #EEEE5D;
--olive-500: #E9E92F;
--olive-600: #CBCB15;
--olive-700: #A2A211;
--olive-800: #73730C;
--olive-900: #4A4A08;
--olive-950: #2E2E05;
}