Olive
#7C6004
YellowColor Codes
All color formats for development
HEX
#7C6004RGB
rgb(124, 96, 4)HSL
hsl(46, 94%, 25%)OKLCH
oklch(0.503 0.101 88.4)CMYK
cmyk(0%, 23%, 97%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6F5603
2#634D03
3#574303
4#4A3902
5#3E3002
6#312602
7#251D01
8#191301
9#0C0A00
Tints
Lighter variations
1#A17C05
2#C69906
3#EBB607
4#F8C620
5#F9CF45
6#FAD96B
7#FCE290
8#FDECB5
9#FEF5DA
Tones
Muted variations
1#765D0A
2#705910
3#6A5616
4#64531C
5#5E5022
6#584D28
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 | FDEE #FDEEBF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBE2 #FBE28D | BordersInactive statesPlaceholder text |
| 400 | FAD2 #FAD252 | Disabled statesSecondary iconsMuted text |
| 500 | F8C6 #F8C620 | Primary brand colorCTAsActive elementsLinks |
| 600 | DAA8 #DAA807 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD86 #AD8605 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C60 #7C6004 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F3D #4F3D02 | Primary textHigh emphasis contentDark headings |
| 950 | 3126 #312602 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFBF0;
--olive-100: #FEF6DC;
--olive-200: #FDEEBF;
--olive-300: #FBE28D;
--olive-400: #FAD252;
--olive-500: #F8C620;
--olive-600: #DAA807;
--olive-700: #AD8605;
--olive-800: #7C6004;
--olive-900: #4F3D02;
--olive-950: #312602;
}