Olive
#7E7502
YellowColor Codes
All color formats for development
HEX
#7E7502RGB
rgb(126, 117, 2)HSL
hsl(56, 97%, 25%)OKLCH
oklch(0.553 0.116 104.2)CMYK
cmyk(0%, 7%, 98%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#716A02
2#645E02
3#585201
4#4B4601
5#3F3B01
6#322F01
7#262301
8#191700
9#0D0C00
Tints
Lighter variations
1#A39902
2#C9BC03
3#EFDF04
4#FCED1D
5#FCF043
6#FDF368
7#FDF68E
8#FEF9B4
9#FEFCD9
Tones
Muted variations
1#777008
2#716B0E
3#6B6514
4#65601B
5#5F5B21
6#585527
7#52502D
8#4C4A33
9#46453A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFE #FFFEF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEFC #FEFCDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEFA #FEFABE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDF6 #FDF68B | BordersInactive statesPlaceholder text |
| 400 | FCF1 #FCF14F | Disabled statesSecondary iconsMuted text |
| 500 | FCED #FCED1D | Primary brand colorCTAsActive elementsLinks |
| 600 | DDCF #DDCF03 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B0A4 #B0A403 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E75 #7E7502 | Text on light backgroundsHeadingsStrong borders |
| 900 | 504B #504B01 | Primary textHigh emphasis contentDark headings |
| 950 | 322F #322F01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFEF0;
--olive-100: #FEFCDC;
--olive-200: #FEFABE;
--olive-300: #FDF68B;
--olive-400: #FCF14F;
--olive-500: #FCED1D;
--olive-600: #DDCF03;
--olive-700: #B0A403;
--olive-800: #7E7502;
--olive-900: #504B01;
--olive-950: #322F01;
}