Olive
#7C6403
YellowColor Codes
All color formats for development
HEX
#7C6403RGB
rgb(124, 100, 3)HSL
hsl(48, 95%, 25%)OKLCH
oklch(0.512 0.104 92.1)CMYK
cmyk(0%, 19%, 98%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#705A03
2#635003
3#574602
4#4B3C02
5#3E3202
6#322801
7#251E01
8#191401
9#0C0A00
Tints
Lighter variations
1#A28204
2#C7A005
3#ECBE06
4#F9CE1F
5#FAD645
6#FBDE6A
7#FCE68F
8#FDEFB4
9#FEF7DA
Tones
Muted variations
1#766009
2#705D0F
3#6A5915
4#64561B
5#5E5221
6#584E28
7#524B2E
8#4C4734
9#46433A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFC #FFFCF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF7 #FEF7DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDF1 #FDF1BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FCE6 #FCE68D | BordersInactive statesPlaceholder text |
| 400 | FBD9 #FBD951 | Disabled statesSecondary iconsMuted text |
| 500 | F9CE #F9CE1F | Primary brand colorCTAsActive elementsLinks |
| 600 | DBB0 #DBB006 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AE8C #AE8C04 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C64 #7C6403 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5040 #504002 | Primary textHigh emphasis contentDark headings |
| 950 | 3228 #322801 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFCF0;
--olive-100: #FEF7DC;
--olive-200: #FDF1BE;
--olive-300: #FCE68D;
--olive-400: #FBD951;
--olive-500: #F9CE1F;
--olive-600: #DBB006;
--olive-700: #AE8C04;
--olive-800: #7C6403;
--olive-900: #504002;
--olive-950: #322801;
}