Olive
#A1A112
YellowColor Codes
All color formats for development
HEX
#A1A112RGB
rgb(161, 161, 18)HSL
hsl(60, 80%, 35%)OKLCH
oklch(0.687 0.146 109.7)CMYK
cmyk(0%, 0%, 89%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#919110
2#81810E
3#70700C
4#60600B
5#505009
6#404007
7#303005
8#202004
9#101002
Tints
Lighter variations
1#BEBE15
2#DCDC18
3#E8E82E
4#EBEB4C
5#EEEE6A
6#F2F288
7#F5F5A5
8#F8F8C3
9#FCFCE1
Tones
Muted variations
1#9A9A19
2#929220
3#8B8B27
4#84842E
5#7D7D36
6#76763D
7#6F6F44
8#68684B
9#606052
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBFB #FBFBDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F8 #F8F8C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3F3 #F3F395 | BordersInactive statesPlaceholder text |
| 400 | EDED #EDED5E | Disabled statesSecondary iconsMuted text |
| 500 | E8E8 #E8E830 | Primary brand colorCTAsActive elementsLinks |
| 600 | CACA #CACA16 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A1A1 #A1A112 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7373 #73730D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4949 #494908 | 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: #FDFDF1;
--olive-100: #FBFBDF;
--olive-200: #F8F8C3;
--olive-300: #F3F395;
--olive-400: #EDED5E;
--olive-500: #E8E830;
--olive-600: #CACA16;
--olive-700: #A1A112;
--olive-800: #73730D;
--olive-900: #494908;
--olive-950: #2E2E05;
}