Olive
#796806
YellowColor Codes
All color formats for development
HEX
#796806RGB
rgb(121, 104, 6)HSL
hsl(51, 91%, 25%)OKLCH
oklch(0.518 0.105 97.6)CMYK
cmyk(0%, 14%, 95%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E5E05
2#615305
3#554904
4#493F03
5#3D3403
6#312A02
7#251F02
8#181501
9#0C0A01
Tints
Lighter variations
1#9E8807
2#C3A709
3#E7C60B
4#F5D524
5#F6DC48
6#F8E36D
7#FAEA91
8#FCF1B6
9#FDF8DA
Tones
Muted variations
1#74640C
2#6E6011
3#685C17
4#63581D
5#5D5423
6#575029
7#514C2E
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 | FCF3 #FCF3C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FAEA #FAEA8F | BordersInactive statesPlaceholder text |
| 400 | F7DF #F7DF55 | Disabled statesSecondary iconsMuted text |
| 500 | F5D5 #F5D524 | Primary brand colorCTAsActive elementsLinks |
| 600 | D6B8 #D6B80A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA92 #AA9208 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A68 #7A6806 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E43 #4E4304 | Primary textHigh emphasis contentDark headings |
| 950 | 312A #312A02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFCF0;
--olive-100: #FDF9DD;
--olive-200: #FCF3C0;
--olive-300: #FAEA8F;
--olive-400: #F7DF55;
--olive-500: #F5D524;
--olive-600: #D6B80A;
--olive-700: #AA9208;
--olive-800: #7A6806;
--olive-900: #4E4304;
--olive-950: #312A02;
}