Olive
#7A7105
YellowColor Codes
All color formats for development
HEX
#7A7105RGB
rgb(122, 113, 5)HSL
hsl(55, 92%, 25%)OKLCH
oklch(0.54 0.112 103.9)CMYK
cmyk(0%, 7%, 96%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E6505
2#625A04
3#564F04
4#494403
5#3D3803
6#312D02
7#252202
8#181701
9#0C0B01
Tints
Lighter variations
1#9F9207
2#C4B408
3#E9D60A
4#F6E423
5#F7E947
6#F9ED6C
7#FAF291
8#FCF6B6
9#FDFBDA
Tones
Muted variations
1#756C0B
2#6F6711
3#696217
4#635D1D
5#5D5822
6#575328
7#514E2E
8#4B4A34
9#46453A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEFB #FEFBDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCF7 #FCF7BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FAF1 #FAF18E | BordersInactive statesPlaceholder text |
| 400 | F8EA #F8EA54 | Disabled statesSecondary iconsMuted text |
| 500 | F6E4 #F6E423 | Primary brand colorCTAsActive elementsLinks |
| 600 | D7C6 #D7C609 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB9E #AB9E07 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A71 #7A7105 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E48 #4E4803 | Primary textHigh emphasis contentDark headings |
| 950 | 312D #312D02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFDF0;
--olive-100: #FEFBDD;
--olive-200: #FCF7BF;
--olive-300: #FAF18E;
--olive-400: #F8EA54;
--olive-500: #F6E423;
--olive-600: #D7C609;
--olive-700: #AB9E07;
--olive-800: #7A7105;
--olive-900: #4E4803;
--olive-950: #312D02;
}