Olive
#7C6C04
YellowColor Codes
All color formats for development
HEX
#7C6C04RGB
rgb(124, 108, 4)HSL
hsl(52, 94%, 25%)OKLCH
oklch(0.53 0.109 98.8)CMYK
cmyk(0%, 13%, 97%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6F6103
2#635603
3#574B03
4#4A4102
5#3E3602
6#312B02
7#252001
8#191601
9#0C0B00
Tints
Lighter variations
1#A18C05
2#C6AC06
3#EBCD07
4#F8DB20
5#F9E145
6#FAE76B
7#FCED90
8#FDF3B5
9#FEF9DA
Tones
Muted variations
1#76670A
2#706310
3#6A5F16
4#645A1C
5#5E5622
6#585128
7#524D2E
8#4C4934
9#46443A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFD #FFFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF9 #FEF9DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDF5 #FDF5BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBED #FBED8D | BordersInactive statesPlaceholder text |
| 400 | FAE3 #FAE352 | Disabled statesSecondary iconsMuted text |
| 500 | F8DB #F8DB20 | Primary brand colorCTAsActive elementsLinks |
| 600 | DABE #DABE07 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD97 #AD9705 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C6C #7C6C04 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F45 #4F4502 | Primary textHigh emphasis contentDark headings |
| 950 | 312B #312B02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFDF0;
--olive-100: #FEF9DC;
--olive-200: #FDF5BF;
--olive-300: #FBED8D;
--olive-400: #FAE352;
--olive-500: #F8DB20;
--olive-600: #DABE07;
--olive-700: #AD9705;
--olive-800: #7C6C04;
--olive-900: #4F4502;
--olive-950: #312B02;
}