Olive
#4F4202
YellowColor Codes
All color formats for development
HEX
#4F4202RGB
rgb(79, 66, 2)HSL
hsl(50, 95%, 16%)OKLCH
oklch(0.381 0.077 96.1)CMYK
cmyk(0%, 16%, 97%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#483C02
2#403502
3#382F01
4#302801
5#282101
6#201B01
7#181401
8#100D00
9#080700
Tints
Lighter variations
1#796603
2#A38904
3#CDAC05
4#F7CF06
5#FAD82E
6#FBE058
7#FCE782
8#FDEFAB
9#FEF7D5
Tones
Muted variations
1#4C4006
2#483D0A
3#443B0E
4#403812
5#3C3615
6#383319
7#34311D
8#312E21
9#2D2B25
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFC #FFFCF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF8 #FEF8DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDF3 #FDF3BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FCE9 #FCE98D | BordersInactive statesPlaceholder text |
| 400 | FBDE #FBDE51 | Disabled statesSecondary iconsMuted text |
| 500 | F9D5 #F9D51F | Primary brand colorCTAsActive elementsLinks |
| 600 | DBB7 #DBB706 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AE92 #AE9204 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C68 #7C6803 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5043 #504302 | Primary textHigh emphasis contentDark headings |
| 950 | 322A #322A01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFCF0;
--olive-100: #FEF8DC;
--olive-200: #FDF3BE;
--olive-300: #FCE98D;
--olive-400: #FBDE51;
--olive-500: #F9D51F;
--olive-600: #DBB706;
--olive-700: #AE9204;
--olive-800: #7C6803;
--olive-900: #504302;
--olive-950: #322A01;
}