Olive
#776708
YellowColor Codes
All color formats for development
HEX
#776708RGB
rgb(119, 103, 8)HSL
hsl(51, 87%, 25%)OKLCH
oklch(0.514 0.104 98.2)CMYK
cmyk(0%, 13%, 93%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B5C07
2#5F5207
3#534806
4#483E05
5#3C3304
6#302903
7#241F02
8#181502
9#0C0A01
Tints
Lighter variations
1#9B850B
2#BFA40D
3#E3C310
4#F0D228
5#F3DA4C
6#F5E170
7#F8E994
8#FAF0B7
9#FDF8DB
Tones
Muted variations
1#72630E
2#6C5F13
3#675B19
4#61571E
5#5B5324
6#564F2A
7#504B2F
8#4B4835
9#45443A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF8 #FDF8DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBF2 #FBF2C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F7E8 #F7E891 | BordersInactive statesPlaceholder text |
| 400 | F3DC #F3DC58 | Disabled statesSecondary iconsMuted text |
| 500 | F0D2 #F0D228 | Primary brand colorCTAsActive elementsLinks |
| 600 | D2B5 #D2B50F | Hover statesFocus ringsPrimary buttons hover |
| 700 | A790 #A7900C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7767 #776708 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4C42 #4C4205 | Primary textHigh emphasis contentDark headings |
| 950 | 3029 #302903 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFCF1;
--olive-100: #FDF8DE;
--olive-200: #FBF2C1;
--olive-300: #F7E891;
--olive-400: #F3DC58;
--olive-500: #F0D228;
--olive-600: #D2B50F;
--olive-700: #A7900C;
--olive-800: #776708;
--olive-900: #4C4205;
--olive-950: #302903;
}