Olive
#785E08
YellowColor Codes
All color formats for development
HEX
#785E08RGB
rgb(120, 94, 8)HSL
hsl(46, 88%, 25%)OKLCH
oklch(0.494 0.098 89.2)CMYK
cmyk(0%, 22%, 93%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C5407
2#604B06
3#544205
4#483805
5#3C2F04
6#302503
7#241C02
8#181302
9#0C0901
Tints
Lighter variations
1#9C7A0A
2#C0960C
3#E4B20F
4#F1C227
5#F4CC4B
6#F6D66F
7#F8E193
8#FAEBB7
9#FDF5DB
Tones
Muted variations
1#725B0D
2#6D5813
3#675518
4#61521E
5#5C4F24
6#564C29
7#51492F
8#4B4635
9#45433A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFB #FEFBF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF6 #FDF6DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBED #FBEDC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8E0 #F8E091 | BordersInactive statesPlaceholder text |
| 400 | F4D0 #F4D057 | Disabled statesSecondary iconsMuted text |
| 500 | F1C2 #F1C227 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3A5 #D3A50D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A883 #A8830B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 785E #785E08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D3C #4D3C05 | Primary textHigh emphasis contentDark headings |
| 950 | 3025 #302503 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFBF1;
--olive-100: #FDF6DD;
--olive-200: #FBEDC1;
--olive-300: #F8E091;
--olive-400: #F4D057;
--olive-500: #F1C227;
--olive-600: #D3A50D;
--olive-700: #A8830B;
--olive-800: #785E08;
--olive-900: #4D3C05;
--olive-950: #302503;
}