Olive
#7E6D02
YellowColor Codes
All color formats for development
HEX
#7E6D02RGB
rgb(126, 109, 2)HSL
hsl(52, 97%, 25%)OKLCH
oklch(0.535 0.11 98.3)CMYK
cmyk(0%, 13%, 98%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#716202
2#645702
3#584C01
4#4B4101
5#3F3701
6#322C01
7#262101
8#191600
9#0D0B00
Tints
Lighter variations
1#A38E02
2#C9AF03
3#EFCF04
4#FCDE1D
5#FCE343
6#FDE968
7#FDEE8E
8#FEF4B4
9#FEF9D9
Tones
Muted variations
1#776908
2#71640E
3#6B5F14
4#655B1B
5#5F5621
6#585227
7#524D2D
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 | FEF5 #FEF5BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDEE #FDEE8B | BordersInactive statesPlaceholder text |
| 400 | FCE5 #FCE54F | Disabled statesSecondary iconsMuted text |
| 500 | FCDE #FCDE1D | Primary brand colorCTAsActive elementsLinks |
| 600 | DDC0 #DDC003 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B099 #B09903 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E6D #7E6D02 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5046 #504601 | 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: #FEF5BE;
--olive-300: #FDEE8B;
--olive-400: #FCE54F;
--olive-500: #FCDE1D;
--olive-600: #DDC003;
--olive-700: #B09903;
--olive-800: #7E6D02;
--olive-900: #504601;
--olive-950: #322C01;
}