Olive
#4E4804
YellowColor Codes
All color formats for development
HEX
#4E4804RGB
rgb(78, 72, 4)HSL
hsl(55, 90%, 16%)OKLCH
oklch(0.395 0.081 103.9)CMYK
cmyk(0%, 8%, 95%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#464004
2#3E3903
3#363203
4#2F2B02
5#272402
6#1F1D02
7#171501
8#100E01
9#080700
Tints
Lighter variations
1#766D06
2#9F9208
3#C8B80B
4#F0DD0D
5#F4E434
6#F6EA5C
7#F9EF85
8#FBF4AE
9#FDFAD6
Tones
Muted variations
1#4A4408
2#46410B
3#433E0F
4#3F3B13
5#3B3816
6#37351A
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 | FCF7 #FCF7C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9F0 #F9F090 | BordersInactive statesPlaceholder text |
| 400 | F6E9 #F6E955 | Disabled statesSecondary iconsMuted text |
| 500 | F4E2 #F4E225 | Primary brand colorCTAsActive elementsLinks |
| 600 | D5C4 #D5C40B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA9C #AA9C09 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7970 #797006 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E47 #4E4704 | 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: #FCF7C0;
--olive-300: #F9F090;
--olive-400: #F6E955;
--olive-500: #F4E225;
--olive-600: #D5C40B;
--olive-700: #AA9C09;
--olive-800: #797006;
--olive-900: #4E4704;
--olive-950: #302D03;
}