Olive
#A09213
YellowColor Codes
All color formats for development
HEX
#A09213RGB
rgb(160, 146, 19)HSL
hsl(54, 79%, 35%)OKLCH
oklch(0.652 0.132 102.3)CMYK
cmyk(0%, 9%, 88%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#908311
2#80750F
3#70660D
4#60570B
5#504909
6#403A07
7#302C06
8#201D04
9#100F02
Tints
Lighter variations
1#BDAD16
2#DBC81A
3#E7D42F
4#EADA4D
5#EEE16B
6#F1E788
7#F5EDA6
8#F8F3C4
9#FCF9E1
Tones
Muted variations
1#998C1A
2#928621
3#8B8128
4#847B2F
5#7D7536
6#75703D
7#6E6A44
8#67654B
9#605F52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFC #FDFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF8 #FBF8DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8F3 #F8F3C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3E9 #F3E996 | BordersInactive statesPlaceholder text |
| 400 | ECDE #ECDE5F | Disabled statesSecondary iconsMuted text |
| 500 | E7D5 #E7D532 | Primary brand colorCTAsActive elementsLinks |
| 600 | C9B7 #C9B718 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A092 #A09213 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7268 #72680D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4943 #494309 | Primary textHigh emphasis contentDark headings |
| 950 | 2E2A #2E2A05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFCF1;
--olive-100: #FBF8DF;
--olive-200: #F8F3C4;
--olive-300: #F3E996;
--olive-400: #ECDE5F;
--olive-500: #E7D532;
--olive-600: #C9B718;
--olive-700: #A09213;
--olive-800: #72680D;
--olive-900: #494309;
--olive-950: #2E2A05;
}