Olive
#786407
YellowColor Codes
All color formats for development
HEX
#786407RGB
rgb(120, 100, 7)HSL
hsl(49, 89%, 25%)OKLCH
oklch(0.508 0.102 94.9)CMYK
cmyk(0%, 17%, 94%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C5A06
2#605006
3#544605
4#483C04
5#3C3204
6#302803
7#241E02
8#181401
9#0C0A01
Tints
Lighter variations
1#9D8209
2#C19F0B
3#E5BD0D
4#F2CD26
5#F4D54A
6#F7DE6E
7#F9E693
8#FBEEB7
9#FDF7DB
Tones
Muted variations
1#73600D
2#6D5C12
3#675918
4#62551E
5#5C5223
6#564E29
7#514B2F
8#4B4734
9#45433A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFC #FEFCF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF7 #FDF7DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBF1 #FBF1C0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F9E5 #F9E590 | BordersInactive statesPlaceholder text |
| 400 | F5D8 #F5D856 | Disabled statesSecondary iconsMuted text |
| 500 | F2CD #F2CD26 | Primary brand colorCTAsActive elementsLinks |
| 600 | D4AF #D4AF0C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A98C #A98C0A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7864 #786407 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D40 #4D4004 | Primary textHigh emphasis contentDark headings |
| 950 | 3028 #302803 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFCF1;
--olive-100: #FDF7DD;
--olive-200: #FBF1C0;
--olive-300: #F9E590;
--olive-400: #F5D856;
--olive-500: #F2CD26;
--olive-600: #D4AF0C;
--olive-700: #A98C0A;
--olive-800: #786407;
--olive-900: #4D4004;
--olive-950: #302803;
}