Olive
#A29F11
YellowColor Codes
All color formats for development
HEX
#A29F11RGB
rgb(162, 159, 17)HSL
hsl(59, 81%, 35%)OKLCH
oklch(0.683 0.144 108.3)CMYK
cmyk(0%, 2%, 90%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#918F0F
2#817F0E
3#716F0C
4#615F0A
5#515008
6#414007
7#303005
8#202003
9#101002
Tints
Lighter variations
1#C0BD14
2#DEDA17
3#E9E62D
4#ECE94B
5#EFED69
6#F2F187
7#F6F4A5
8#F9F8C3
9#FCFBE1
Tones
Muted variations
1#9A9818
2#93911F
3#8C8A27
4#85832E
5#7D7C35
6#76753C
7#6F6E44
8#68674B
9#606052
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 | F4F2 #F4F295 | BordersInactive statesPlaceholder text |
| 400 | EEEC #EEEC5D | Disabled statesSecondary iconsMuted text |
| 500 | E9E6 #E9E62F | Primary brand colorCTAsActive elementsLinks |
| 600 | CBC8 #CBC815 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A29F #A29F11 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7372 #73720C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A49 #4A4908 | Primary textHigh emphasis contentDark headings |
| 950 | 2E2D #2E2D05 | 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: #F4F295;
--olive-400: #EEEC5D;
--olive-500: #E9E62F;
--olive-600: #CBC815;
--olive-700: #A29F11;
--olive-800: #73720C;
--olive-900: #4A4908;
--olive-950: #2E2D05;
}