Olive
#7E7001
YellowColor Codes
All color formats for development
HEX
#7E7001RGB
rgb(126, 112, 1)HSL
hsl(53, 98%, 25%)OKLCH
oklch(0.541 0.113 100.6)CMYK
cmyk(0%, 11%, 99%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#726401
2#655901
3#584E01
4#4C4301
5#3F3801
6#322D01
7#262100
8#191600
9#0D0B00
Tints
Lighter variations
1#A49102
2#CAB302
3#F0D402
4#FDE21C
5#FDE742
6#FDEC68
7#FEF18D
8#FEF5B3
9#FFFAD9
Tones
Muted variations
1#786B08
2#72660E
3#6B6114
4#655C1A
5#5F5821
6#595327
7#524E2D
8#4C4933
9#46453A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFD #FFFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFFB #FFFBDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEF7 #FEF7BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FEF0 #FEF08B | BordersInactive statesPlaceholder text |
| 400 | FDE9 #FDE94E | Disabled statesSecondary iconsMuted text |
| 500 | FDE2 #FDE21C | Primary brand colorCTAsActive elementsLinks |
| 600 | DEC4 #DEC402 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B19C #B19C02 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E70 #7E7001 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5147 #514701 | Primary textHigh emphasis contentDark headings |
| 950 | 322D #322D01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFDF0;
--olive-100: #FFFBDC;
--olive-200: #FEF7BD;
--olive-300: #FEF08B;
--olive-400: #FDE94E;
--olive-500: #FDE21C;
--olive-600: #DEC402;
--olive-700: #B19C02;
--olive-800: #7E7001;
--olive-900: #514701;
--olive-950: #322D01;
}