Olive
#73690C
YellowColor Codes
All color formats for development
HEX
#73690CRGB
rgb(115, 105, 12)HSL
hsl(54, 81%, 25%)OKLCH
oklch(0.514 0.104 102.6)CMYK
cmyk(0%, 9%, 90%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#685F0B
2#5C540A
3#514A08
4#453F07
5#3A3506
6#2E2A05
7#232004
8#171502
9#0C0B01
Tints
Lighter variations
1#968910
2#B9A813
3#DBC817
4#E9D72F
5#EDDD52
6#F0E475
7#F4EB97
8#F8F2BA
9#FBF8DC
Tones
Muted variations
1#6E6511
2#696116
3#645D1C
4#5F5921
5#5A5426
6#54502B
7#4F4C30
8#4A4835
9#45443B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF9 #FCF9DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9F3 #F9F3C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4EA #F4EA95 | BordersInactive statesPlaceholder text |
| 400 | EEE0 #EEE05D | Disabled statesSecondary iconsMuted text |
| 500 | E9D7 #E9D72F | Primary brand colorCTAsActive elementsLinks |
| 600 | CBB9 #CBB915 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A293 #A29311 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7369 #73690C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A43 #4A4308 | 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: #FEFCF1;
--olive-100: #FCF9DF;
--olive-200: #F9F3C3;
--olive-300: #F4EA95;
--olive-400: #EEE05D;
--olive-500: #E9D72F;
--olive-600: #CBB915;
--olive-700: #A29311;
--olive-800: #73690C;
--olive-900: #4A4308;
--olive-950: #2E2A05;
}