Olive
#7A7305
YellowColor Codes
All color formats for development
HEX
#7A7305RGB
rgb(122, 115, 5)HSL
hsl(56, 92%, 25%)OKLCH
oklch(0.545 0.114 105.3)CMYK
cmyk(0%, 6%, 96%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E6705
2#625C04
3#565004
4#494503
5#3D3903
6#312E02
7#252202
8#181701
9#0C0B01
Tints
Lighter variations
1#9F9507
2#C4B708
3#E9DA0A
4#F6E823
5#F7EC47
6#F9EF6C
7#FAF391
8#FCF7B6
9#FDFBDA
Tones
Muted variations
1#756D0B
2#6F6811
3#696317
4#635E1D
5#5D5922
6#575428
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 | FEFB #FEFBDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCF8 #FCF8BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FAF3 #FAF38E | BordersInactive statesPlaceholder text |
| 400 | F8ED #F8ED54 | Disabled statesSecondary iconsMuted text |
| 500 | F6E8 #F6E823 | Primary brand colorCTAsActive elementsLinks |
| 600 | D7CA #D7CA09 | Hover statesFocus ringsPrimary buttons hover |
| 700 | ABA0 #ABA007 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A73 #7A7305 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E49 #4E4903 | 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: #FEFBDD;
--olive-200: #FCF8BF;
--olive-300: #FAF38E;
--olive-400: #F8ED54;
--olive-500: #F6E823;
--olive-600: #D7CA09;
--olive-700: #ABA007;
--olive-800: #7A7305;
--olive-900: #4E4903;
--olive-950: #312E02;
}