Olive
#7A7206
YellowColor Codes
All color formats for development
HEX
#7A7206RGB
rgb(122, 114, 6)HSL
hsl(56, 91%, 25%)OKLCH
oklch(0.542 0.113 104.6)CMYK
cmyk(0%, 7%, 95%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E6705
2#615B05
3#555004
4#494403
5#3D3903
6#312E02
7#252202
8#181701
9#0C0B01
Tints
Lighter variations
1#9E9407
2#C3B609
3#E7D90B
4#F5E724
5#F6EB48
6#F8EF6D
7#FAF391
8#FCF7B6
9#FDFBDA
Tones
Muted variations
1#746D0C
2#6E6811
3#686317
4#635E1D
5#5D5923
6#575429
7#514F2E
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 | FDFB #FDFBDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCF8 #FCF8C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FAF3 #FAF38F | BordersInactive statesPlaceholder text |
| 400 | F7EC #F7EC55 | Disabled statesSecondary iconsMuted text |
| 500 | F5E7 #F5E724 | Primary brand colorCTAsActive elementsLinks |
| 600 | D6C9 #D6C90A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AAA0 #AAA008 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A72 #7A7206 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E49 #4E4904 | Primary textHigh emphasis contentDark headings |
| 950 | 312E #312E02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFDF0;
--olive-100: #FDFBDD;
--olive-200: #FCF8C0;
--olive-300: #FAF38F;
--olive-400: #F7EC55;
--olive-500: #F5E724;
--olive-600: #D6C90A;
--olive-700: #AAA008;
--olive-800: #7A7206;
--olive-900: #4E4904;
--olive-950: #312E02;
}