Olive
#796A06
YellowColor Codes
All color formats for development
HEX
#796A06RGB
rgb(121, 106, 6)HSL
hsl(52, 91%, 25%)OKLCH
oklch(0.523 0.106 99.3)CMYK
cmyk(0%, 12%, 95%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E6005
2#615505
3#554A04
4#494003
5#3D3503
6#312B02
7#252002
8#181501
9#0C0B01
Tints
Lighter variations
1#9E8A07
2#C3AA09
3#E7CA0B
4#F5D924
5#F6DF48
6#F8E66D
7#FAEC91
8#FCF2B6
9#FDF9DA
Tones
Muted variations
1#74660C
2#6E6211
3#685E17
4#63591D
5#5D5523
6#575129
7#514D2E
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 | FDF9 #FDF9DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCF4 #FCF4C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FAEB #FAEB8F | BordersInactive statesPlaceholder text |
| 400 | F7E1 #F7E155 | Disabled statesSecondary iconsMuted text |
| 500 | F5D9 #F5D924 | Primary brand colorCTAsActive elementsLinks |
| 600 | D6BB #D6BB0A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA95 #AA9508 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A6A #7A6A06 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E44 #4E4404 | Primary textHigh emphasis contentDark headings |
| 950 | 312B #312B02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFCF0;
--olive-100: #FDF9DD;
--olive-200: #FCF4C0;
--olive-300: #FAEB8F;
--olive-400: #F7E155;
--olive-500: #F5D924;
--olive-600: #D6BB0A;
--olive-700: #AA9508;
--olive-800: #7A6A06;
--olive-900: #4E4404;
--olive-950: #312B02;
}