Olive
#7A6705
YellowColor Codes
All color formats for development
HEX
#7A6705RGB
rgb(122, 103, 5)HSL
hsl(50, 92%, 25%)OKLCH
oklch(0.517 0.105 96.1)CMYK
cmyk(0%, 16%, 96%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E5D05
2#625204
3#564804
4#493E03
5#3D3303
6#312902
7#251F02
8#181501
9#0C0A01
Tints
Lighter variations
1#9F8607
2#C4A508
3#E9C30A
4#F6D323
5#F7DA47
6#F9E16C
7#FAE991
8#FCF0B6
9#FDF8DA
Tones
Muted variations
1#75630B
2#6F5F11
3#695B17
4#63571D
5#5D5322
6#574F28
7#514B2E
8#4B4834
9#46443A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF8 #FEF8DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCF2 #FCF2BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FAE8 #FAE88E | BordersInactive statesPlaceholder text |
| 400 | F8DC #F8DC54 | Disabled statesSecondary iconsMuted text |
| 500 | F6D3 #F6D323 | Primary brand colorCTAsActive elementsLinks |
| 600 | D7B5 #D7B509 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB90 #AB9007 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A67 #7A6705 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E42 #4E4203 | Primary textHigh emphasis contentDark headings |
| 950 | 3129 #312902 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFCF0;
--olive-100: #FEF8DD;
--olive-200: #FCF2BF;
--olive-300: #FAE88E;
--olive-400: #F8DC54;
--olive-500: #F6D323;
--olive-600: #D7B509;
--olive-700: #AB9007;
--olive-800: #7A6705;
--olive-900: #4E4203;
--olive-950: #312902;
}