Olive
#777708
YellowColor Codes
All color formats for development
HEX
#777708RGB
rgb(119, 119, 8)HSL
hsl(60, 87%, 25%)OKLCH
oklch(0.551 0.118 109.7)CMYK
cmyk(0%, 0%, 93%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B6B07
2#5F5F07
3#535306
4#484805
5#3C3C04
6#303003
7#242402
8#181802
9#0C0C01
Tints
Lighter variations
1#9B9B0B
2#BFBF0D
3#E3E310
4#F0F028
5#F3F34C
6#F5F570
7#F8F894
8#FAFAB7
9#FDFDDB
Tones
Muted variations
1#72720E
2#6C6C13
3#676719
4#61611E
5#5B5B24
6#56562A
7#50502F
8#4B4B35
9#45453A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFE #FEFEF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDFD #FDFDDE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBFB #FBFBC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F7F7 #F7F791 | BordersInactive statesPlaceholder text |
| 400 | F3F3 #F3F358 | Disabled statesSecondary iconsMuted text |
| 500 | F0F0 #F0F028 | Primary brand colorCTAsActive elementsLinks |
| 600 | D2D2 #D2D20F | Hover statesFocus ringsPrimary buttons hover |
| 700 | A7A7 #A7A70C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7777 #777708 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4C4C #4C4C05 | Primary textHigh emphasis contentDark headings |
| 950 | 3030 #303003 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFEF1;
--olive-100: #FDFDDE;
--olive-200: #FBFBC1;
--olive-300: #F7F791;
--olive-400: #F3F358;
--olive-500: #F0F028;
--olive-600: #D2D20F;
--olive-700: #A7A70C;
--olive-800: #777708;
--olive-900: #4C4C05;
--olive-950: #303003;
}