Olive
#786D07
YellowColor Codes
All color formats for development
HEX
#786D07RGB
rgb(120, 109, 7)HSL
hsl(54, 89%, 25%)OKLCH
oklch(0.529 0.109 102.3)CMYK
cmyk(0%, 9%, 94%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C6206
2#605706
3#544C05
4#484104
5#3C3704
6#302C03
7#242102
8#181601
9#0C0B01
Tints
Lighter variations
1#9D8E09
2#C1AF0B
3#E5CF0D
4#F2DE26
5#F4E34A
6#F7E96E
7#F9EE93
8#FBF4B7
9#FDF9DB
Tones
Muted variations
1#73690D
2#6D6412
3#676018
4#625B1E
5#5C5623
6#565229
7#514D2F
8#4B4934
9#45443A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFD #FEFDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDFA #FDFADD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBF5 #FBF5C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9EE #F9EE90 | BordersInactive statesPlaceholder text |
| 400 | F5E5 #F5E556 | Disabled statesSecondary iconsMuted text |
| 500 | F2DE #F2DE26 | Primary brand colorCTAsActive elementsLinks |
| 600 | D4C0 #D4C00C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A999 #A9990A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 786D #786D07 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D46 #4D4604 | Primary textHigh emphasis contentDark headings |
| 950 | 302C #302C03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFDF1;
--olive-100: #FDFADD;
--olive-200: #FBF5C0;
--olive-300: #F9EE90;
--olive-400: #F5E556;
--olive-500: #F2DE26;
--olive-600: #D4C00C;
--olive-700: #A9990A;
--olive-800: #786D07;
--olive-900: #4D4604;
--olive-950: #302C03;
}