Olive
#796606
YellowColor Codes
All color formats for development
HEX
#796606RGB
rgb(121, 102, 6)HSL
hsl(50, 91%, 25%)OKLCH
oklch(0.514 0.104 95.9)CMYK
cmyk(0%, 16%, 95%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E5C05
2#615205
3#554804
4#493D03
5#3D3303
6#312902
7#251F02
8#181401
9#0C0A01
Tints
Lighter variations
1#9E8507
2#C3A409
3#E7C30B
4#F5D224
5#F6D948
6#F8E16D
7#FAE891
8#FCF0B6
9#FDF7DA
Tones
Muted variations
1#74630C
2#6E5F11
3#685B17
4#63571D
5#5D5323
6#574F29
7#514B2E
8#4B4734
9#46443A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF8 #FDF8DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCF2 #FCF2C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FAE8 #FAE88F | BordersInactive statesPlaceholder text |
| 400 | F7DC #F7DC55 | Disabled statesSecondary iconsMuted text |
| 500 | F5D2 #F5D224 | Primary brand colorCTAsActive elementsLinks |
| 600 | D6B4 #D6B40A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA8F #AA8F08 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A66 #7A6606 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E42 #4E4204 | 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: #FDF8DD;
--olive-200: #FCF2C0;
--olive-300: #FAE88F;
--olive-400: #F7DC55;
--olive-500: #F5D224;
--olive-600: #D6B40A;
--olive-700: #AA8F08;
--olive-800: #7A6606;
--olive-900: #4E4204;
--olive-950: #312902;
}