Olive
#A0A013
YellowColor Codes
All color formats for development
HEX
#A0A013RGB
rgb(160, 160, 19)HSL
hsl(60, 79%, 35%)OKLCH
oklch(0.684 0.145 109.7)CMYK
cmyk(0%, 0%, 88%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#909011
2#80800F
3#70700D
4#60600B
5#505009
6#404007
7#303006
8#202004
9#101002
Tints
Lighter variations
1#BDBD16
2#DBDB1A
3#E7E72F
4#EAEA4D
5#EEEE6B
6#F1F188
7#F5F5A6
8#F8F8C4
9#FCFCE1
Tones
Muted variations
1#99991A
2#929221
3#8B8B28
4#84842F
5#7D7D36
6#75753D
7#6E6E44
8#67674B
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 #F8F8C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3F3 #F3F396 | BordersInactive statesPlaceholder text |
| 400 | ECEC #ECEC5F | Disabled statesSecondary iconsMuted text |
| 500 | E7E7 #E7E732 | Primary brand colorCTAsActive elementsLinks |
| 600 | C9C9 #C9C918 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A0A0 #A0A013 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7272 #72720D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4949 #494909 | 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: #F8F8C4;
--olive-300: #F3F396;
--olive-400: #ECEC5F;
--olive-500: #E7E732;
--olive-600: #C9C918;
--olive-700: #A0A013;
--olive-800: #72720D;
--olive-900: #494909;
--olive-950: #2E2E05;
}