Olive
#4F4A02
YellowColor Codes
All color formats for development
HEX
#4F4A02RGB
rgb(79, 74, 2)HSL
hsl(56, 95%, 16%)OKLCH
oklch(0.401 0.084 105.1)CMYK
cmyk(0%, 6%, 97%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#484302
2#403C02
3#383401
4#302D01
5#282501
6#201E01
7#181601
8#100F00
9#080700
Tints
Lighter variations
1#797103
2#A39904
3#CDC005
4#F7E706
5#FAEC2E
6#FBF058
7#FCF482
8#FDF7AB
9#FEFBD5
Tones
Muted variations
1#4C4706
2#48440A
3#44400E
4#403D12
5#3C3A15
6#383619
7#34331D
8#313021
9#2D2C25
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFE #FFFEF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEFC #FEFCDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDF9 #FDF9BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FCF5 #FCF58D | BordersInactive statesPlaceholder text |
| 400 | FBEF #FBEF51 | Disabled statesSecondary iconsMuted text |
| 500 | F9EB #F9EB1F | Primary brand colorCTAsActive elementsLinks |
| 600 | DBCD #DBCD06 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AEA3 #AEA304 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C74 #7C7403 | Text on light backgroundsHeadingsStrong borders |
| 900 | 504A #504A02 | Primary textHigh emphasis contentDark headings |
| 950 | 322E #322E01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFEF0;
--olive-100: #FEFCDC;
--olive-200: #FDF9BE;
--olive-300: #FCF58D;
--olive-400: #FBEF51;
--olive-500: #F9EB1F;
--olive-600: #DBCD06;
--olive-700: #AEA304;
--olive-800: #7C7403;
--olive-900: #504A02;
--olive-950: #322E01;
}