Olive
#7D7303
YellowColor Codes
All color formats for development
HEX
#7D7303RGB
rgb(125, 115, 3)HSL
hsl(55, 95%, 25%)OKLCH
oklch(0.547 0.114 103.4)CMYK
cmyk(0%, 8%, 98%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#706703
2#635B03
3#575002
4#4B4502
5#3E3902
6#322E01
7#252201
8#191701
9#0C0B00
Tints
Lighter variations
1#A29404
2#C7B705
3#ECD906
4#F9E71F
5#FAEB45
6#FBEF6A
7#FCF38F
8#FDF7B4
9#FEFBDA
Tones
Muted variations
1#766D09
2#70680F
3#6A6315
4#645E1B
5#5E5921
6#585428
7#524F2E
8#4C4A34
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 | FDF8 #FDF8BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FCF3 #FCF38D | BordersInactive statesPlaceholder text |
| 400 | FBEC #FBEC51 | Disabled statesSecondary iconsMuted text |
| 500 | F9E7 #F9E71F | Primary brand colorCTAsActive elementsLinks |
| 600 | DBC9 #DBC906 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AEA0 #AEA004 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C72 #7C7203 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5049 #504902 | Primary textHigh emphasis contentDark headings |
| 950 | 322E #322E01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFDF0;
--olive-100: #FEFBDC;
--olive-200: #FDF8BE;
--olive-300: #FCF38D;
--olive-400: #FBEC51;
--olive-500: #F9E71F;
--olive-600: #DBC906;
--olive-700: #AEA004;
--olive-800: #7C7203;
--olive-900: #504902;
--olive-950: #322E01;
}