Olive
#7E7601
YellowColor Codes
All color formats for development
HEX
#7E7601RGB
rgb(126, 118, 1)HSL
hsl(56, 98%, 25%)OKLCH
oklch(0.555 0.117 104.9)CMYK
cmyk(0%, 6%, 99%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#726A01
2#655E01
3#585301
4#4C4701
5#3F3B01
6#322F01
7#262300
8#191800
9#0D0C00
Tints
Lighter variations
1#A49902
2#CABD02
3#F0E002
4#FDEE1C
5#FDF142
6#FDF368
7#FEF68D
8#FEF9B3
9#FFFCD9
Tones
Muted variations
1#787008
2#726B0E
3#6B6614
4#65601A
5#5F5B21
6#595527
7#52502D
8#4C4B33
9#46453A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFE #FFFEF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFFC #FFFCDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEFA #FEFABD | Secondary backgroundsInput backgroundsDividers |
| 300 | FEF6 #FEF68B | BordersInactive statesPlaceholder text |
| 400 | FDF2 #FDF24E | Disabled statesSecondary iconsMuted text |
| 500 | FDEE #FDEE1C | Primary brand colorCTAsActive elementsLinks |
| 600 | DECF #DECF02 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B1A5 #B1A502 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E76 #7E7601 | Text on light backgroundsHeadingsStrong borders |
| 900 | 514B #514B01 | 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: #FFFCDC;
--olive-200: #FEFABD;
--olive-300: #FEF68B;
--olive-400: #FDF24E;
--olive-500: #FDEE1C;
--olive-600: #DECF02;
--olive-700: #B1A502;
--olive-800: #7E7601;
--olive-900: #514B01;
--olive-950: #322F01;
}