Olive
#73720C
YellowColor Codes
All color formats for development
HEX
#73720CRGB
rgb(115, 114, 12)HSL
hsl(59, 81%, 25%)OKLCH
oklch(0.536 0.112 109)CMYK
cmyk(0%, 1%, 90%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#68660B
2#5C5B0A
3#515008
4#454407
5#3A3906
6#2E2D05
7#232204
8#171702
9#0C0B01
Tints
Lighter variations
1#969410
2#B9B613
3#DBD817
4#E9E62F
5#EDEA52
6#F0EE75
7#F4F397
8#F8F7BA
9#FBFBDC
Tones
Muted variations
1#6E6D11
2#696816
3#64631C
4#5F5E21
5#5A5926
6#54542B
7#4F4F30
8#4A4A35
9#45453B
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 | F9F8 #F9F8C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F4F2 #F4F295 | BordersInactive statesPlaceholder text |
| 400 | EEEC #EEEC5D | Disabled statesSecondary iconsMuted text |
| 500 | E9E6 #E9E62F | Primary brand colorCTAsActive elementsLinks |
| 600 | CBC8 #CBC815 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A29F #A29F11 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7372 #73720C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A49 #4A4908 | 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: #F9F8C3;
--olive-300: #F4F295;
--olive-400: #EEEC5D;
--olive-500: #E9E62F;
--olive-600: #CBC815;
--olive-700: #A29F11;
--olive-800: #73720C;
--olive-900: #4A4908;
--olive-950: #2E2D05;
}