Olive
#4E4904
YellowColor Codes
All color formats for development
HEX
#4E4904RGB
rgb(78, 73, 4)HSL
hsl(56, 90%, 16%)OKLCH
oklch(0.398 0.082 104.9)CMYK
cmyk(0%, 6%, 95%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#464104
2#3E3A03
3#363303
4#2F2C02
5#272402
6#1F1D02
7#171601
8#100F01
9#080700
Tints
Lighter variations
1#766F06
2#9F9508
3#C8BB0B
4#F0E10D
5#F4E734
6#F6EC5C
7#F9F185
8#FBF6AE
9#FDFAD6
Tones
Muted variations
1#4A4508
2#46420B
3#433F0F
4#3F3C13
5#3B3916
6#37361A
7#34321E
8#302F21
9#2C2C25
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDFB #FDFBDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCF8 #FCF8C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9F2 #F9F290 | BordersInactive statesPlaceholder text |
| 400 | F6EB #F6EB55 | Disabled statesSecondary iconsMuted text |
| 500 | F4E6 #F4E625 | Primary brand colorCTAsActive elementsLinks |
| 600 | D5C8 #D5C80B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA9F #AA9F09 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7971 #797106 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E49 #4E4904 | Primary textHigh emphasis contentDark headings |
| 950 | 302D #302D03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFDF0;
--olive-100: #FDFBDD;
--olive-200: #FCF8C0;
--olive-300: #F9F290;
--olive-400: #F6EB55;
--olive-500: #F4E625;
--olive-600: #D5C80B;
--olive-700: #AA9F09;
--olive-800: #797106;
--olive-900: #4E4904;
--olive-950: #302D03;
}