Olive
#7E5F02
YellowColor Codes
All color formats for development
HEX
#7E5F02RGB
rgb(126, 95, 2)HSL
hsl(45, 97%, 25%)OKLCH
oklch(0.503 0.102 86.1)CMYK
cmyk(0%, 25%, 98%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#715502
2#644C02
3#584201
4#4B3901
5#3F2F01
6#322601
7#261C01
8#191300
9#0D0900
Tints
Lighter variations
1#A37B02
2#C99703
3#EFB404
4#FCC41D
5#FCCE43
6#FDD868
7#FDE18E
8#FEEBB4
9#FEF5D9
Tones
Muted variations
1#775C08
2#71580E
3#6B5514
4#65521B
5#5F4F21
6#584C27
7#52492D
8#4C4633
9#46433A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFB #FFFBF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF6 #FEF6DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEEE #FEEEBE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDE1 #FDE18B | BordersInactive statesPlaceholder text |
| 400 | FCD1 #FCD14F | Disabled statesSecondary iconsMuted text |
| 500 | FCC4 #FCC41D | Primary brand colorCTAsActive elementsLinks |
| 600 | DDA7 #DDA703 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B085 #B08503 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E5F #7E5F02 | Text on light backgroundsHeadingsStrong borders |
| 900 | 503D #503D01 | Primary textHigh emphasis contentDark headings |
| 950 | 3226 #322601 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFBF0;
--olive-100: #FEF6DC;
--olive-200: #FEEEBE;
--olive-300: #FDE18B;
--olive-400: #FCD14F;
--olive-500: #FCC41D;
--olive-600: #DDA703;
--olive-700: #B08503;
--olive-800: #7E5F02;
--olive-900: #503D01;
--olive-950: #322601;
}