Olive
#7C5E04
YellowColor Codes
All color formats for development
HEX
#7C5E04RGB
rgb(124, 94, 4)HSL
hsl(45, 94%, 25%)OKLCH
oklch(0.499 0.101 86.4)CMYK
cmyk(0%, 24%, 97%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6F5403
2#634B03
3#574203
4#4A3802
5#3E2F02
6#312502
7#251C01
8#191301
9#0C0900
Tints
Lighter variations
1#A17A05
2#C69606
3#EBB207
4#F8C220
5#F9CC45
6#FAD66B
7#FCE190
8#FDEBB5
9#FEF5DA
Tones
Muted variations
1#765B0A
2#705810
3#6A5516
4#64521C
5#5E4F22
6#584C28
7#52492E
8#4C4634
9#46433A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFB #FFFBF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF6 #FEF6DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDED #FDEDBF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBE0 #FBE08D | BordersInactive statesPlaceholder text |
| 400 | FAD0 #FAD052 | Disabled statesSecondary iconsMuted text |
| 500 | F8C2 #F8C220 | Primary brand colorCTAsActive elementsLinks |
| 600 | DAA5 #DAA507 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD83 #AD8305 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C5E #7C5E04 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F3C #4F3C02 | Primary textHigh emphasis contentDark headings |
| 950 | 3125 #312502 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFBF0;
--olive-100: #FEF6DC;
--olive-200: #FDEDBF;
--olive-300: #FBE08D;
--olive-400: #FAD052;
--olive-500: #F8C220;
--olive-600: #DAA507;
--olive-700: #AD8305;
--olive-800: #7C5E04;
--olive-900: #4F3C02;
--olive-950: #312502;
}