Olive
#4F4902
YellowColor Codes
All color formats for development
HEX
#4F4902RGB
rgb(79, 73, 2)HSL
hsl(55, 95%, 16%)OKLCH
oklch(0.399 0.083 104.1)CMYK
cmyk(0%, 8%, 97%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#484202
2#403A02
3#383301
4#302C01
5#282501
6#201D01
7#181601
8#100F00
9#080700
Tints
Lighter variations
1#796F03
2#A39604
3#CDBC05
4#F7E306
5#FAE92E
6#FBED58
7#FCF282
8#FDF6AB
9#FEFBD5
Tones
Muted variations
1#4C4606
2#48430A
3#443F0E
4#403C12
5#3C3915
6#383619
7#34321D
8#312F21
9#2D2C25
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFD #FFFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEFB #FEFBDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDF8 #FDF8BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FCF3 #FCF38D | BordersInactive statesPlaceholder text |
| 400 | FBEC #FBEC51 | Disabled statesSecondary iconsMuted text |
| 500 | F9E7 #F9E71F | Primary brand colorCTAsActive elementsLinks |
| 600 | DBC9 #DBC906 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AEA0 #AEA004 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C72 #7C7203 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5049 #504902 | 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: #FFFDF0;
--olive-100: #FEFBDC;
--olive-200: #FDF8BE;
--olive-300: #FCF38D;
--olive-400: #FBEC51;
--olive-500: #F9E71F;
--olive-600: #DBC906;
--olive-700: #AEA004;
--olive-800: #7C7203;
--olive-900: #504902;
--olive-950: #322E01;
}