Olive
#A29D11
YellowColor Codes
All color formats for development
HEX
#A29D11RGB
rgb(162, 157, 17)HSL
hsl(58, 81%, 35%)OKLCH
oklch(0.679 0.142 107.3)CMYK
cmyk(0%, 3%, 90%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#918D0F
2#817D0E
3#716E0C
4#615E0A
5#514E08
6#413F07
7#302F05
8#201F03
9#101002
Tints
Lighter variations
1#C0BA14
2#DED717
3#E9E32D
4#ECE74B
5#EFEB69
6#F2EF87
7#F6F3A5
8#F9F7C3
9#FCFBE1
Tones
Muted variations
1#9A9618
2#938F1F
3#8C8827
4#85822E
5#7D7B35
6#76743C
7#6F6D44
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 | F9F7 #F9F7C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4F1 #F4F195 | BordersInactive statesPlaceholder text |
| 400 | EEE9 #EEE95D | Disabled statesSecondary iconsMuted text |
| 500 | E9E3 #E9E32F | Primary brand colorCTAsActive elementsLinks |
| 600 | CBC5 #CBC515 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A29D #A29D11 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7370 #73700C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A48 #4A4808 | 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: #F9F7C3;
--olive-300: #F4F195;
--olive-400: #EEE95D;
--olive-500: #E9E32F;
--olive-600: #CBC515;
--olive-700: #A29D11;
--olive-800: #73700C;
--olive-900: #4A4808;
--olive-950: #2E2D05;
}