Olive
#7E7102
YellowColor Codes
All color formats for development
HEX
#7E7102RGB
rgb(126, 113, 2)HSL
hsl(54, 97%, 25%)OKLCH
oklch(0.544 0.113 101.4)CMYK
cmyk(0%, 10%, 98%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#716602
2#645B02
3#584F01
4#4B4401
5#3F3901
6#322D01
7#262201
8#191700
9#0D0B00
Tints
Lighter variations
1#A39302
2#C9B503
3#EFD704
4#FCE51D
5#FCEA43
6#FDEE68
7#FDF28E
8#FEF6B4
9#FEFBD9
Tones
Muted variations
1#776C08
2#71670E
3#6B6214
4#655D1B
5#5F5821
6#585427
7#524F2D
8#4C4A33
9#46453A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFD #FFFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEFB #FEFBDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEF8 #FEF8BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDF2 #FDF28B | BordersInactive statesPlaceholder text |
| 400 | FCEB #FCEB4F | Disabled statesSecondary iconsMuted text |
| 500 | FCE5 #FCE51D | Primary brand colorCTAsActive elementsLinks |
| 600 | DDC7 #DDC703 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B09F #B09F03 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E71 #7E7102 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5048 #504801 | 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: #FEFBDC;
--olive-200: #FEF8BE;
--olive-300: #FDF28B;
--olive-400: #FCEB4F;
--olive-500: #FCE51D;
--olive-600: #DDC703;
--olive-700: #B09F03;
--olive-800: #7E7102;
--olive-900: #504801;
--olive-950: #322D01;
}