Olive
#787808
YellowColor Codes
All color formats for development
HEX
#787808RGB
rgb(120, 120, 8)HSL
hsl(60, 88%, 25%)OKLCH
oklch(0.555 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#6C6C07
2#606006
3#545405
4#484805
5#3C3C04
6#303003
7#242402
8#181802
9#0C0C01
Tints
Lighter variations
1#9C9C0A
2#C0C00C
3#E4E40F
4#F1F127
5#F4F44B
6#F6F66F
7#F8F893
8#FAFAB7
9#FDFDDB
Tones
Muted variations
1#72720D
2#6D6D13
3#676718
4#61611E
5#5C5C24
6#565629
7#51512F
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 #FDFDDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBFB #FBFBC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8F8 #F8F891 | BordersInactive statesPlaceholder text |
| 400 | F4F4 #F4F457 | Disabled statesSecondary iconsMuted text |
| 500 | F1F1 #F1F127 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3D3 #D3D30D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A8A8 #A8A80B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7878 #787808 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D4D #4D4D05 | 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: #FDFDDD;
--olive-200: #FBFBC1;
--olive-300: #F8F891;
--olive-400: #F4F457;
--olive-500: #F1F127;
--olive-600: #D3D30D;
--olive-700: #A8A80B;
--olive-800: #787808;
--olive-900: #4D4D05;
--olive-950: #303003;
}