Olive
#7E6F02
YellowColor Codes
All color formats for development
HEX
#7E6F02RGB
rgb(126, 111, 2)HSL
hsl(53, 97%, 25%)OKLCH
oklch(0.539 0.111 99.9)CMYK
cmyk(0%, 12%, 98%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#716402
2#645902
3#584E01
4#4B4301
5#3F3801
6#322C01
7#262101
8#191600
9#0D0B00
Tints
Lighter variations
1#A39102
2#C9B203
3#EFD304
4#FCE21D
5#FCE643
6#FDEB68
7#FDF08E
8#FEF5B4
9#FEFAD9
Tones
Muted variations
1#776A08
2#71660E
3#6B6114
4#655C1B
5#5F5721
6#585327
7#524E2D
8#4C4933
9#46443A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFD #FFFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEFA #FEFADC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEF7 #FEF7BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDF0 #FDF08B | BordersInactive statesPlaceholder text |
| 400 | FCE8 #FCE84F | Disabled statesSecondary iconsMuted text |
| 500 | FCE2 #FCE21D | Primary brand colorCTAsActive elementsLinks |
| 600 | DDC4 #DDC403 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B09C #B09C03 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E6F #7E6F02 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5047 #504701 | Primary textHigh emphasis contentDark headings |
| 950 | 322C #322C01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFDF0;
--olive-100: #FEFADC;
--olive-200: #FEF7BE;
--olive-300: #FDF08B;
--olive-400: #FCE84F;
--olive-500: #FCE21D;
--olive-600: #DDC403;
--olive-700: #B09C03;
--olive-800: #7E6F02;
--olive-900: #504701;
--olive-950: #322C01;
}