Olive
#786008
YellowColor Codes
All color formats for development
HEX
#786008RGB
rgb(120, 96, 8)HSL
hsl(47, 88%, 25%)OKLCH
oklch(0.499 0.099 91.1)CMYK
cmyk(0%, 20%, 93%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C5607
2#604C06
3#544305
4#483905
5#3C3004
6#302603
7#241D02
8#181302
9#0C0A01
Tints
Lighter variations
1#9C7C0A
2#C0990C
3#E4B60F
4#F1C527
5#F4CF4B
6#F6D96F
7#F8E293
8#FAECB7
9#FDF5DB
Tones
Muted variations
1#725C0D
2#6D5913
3#675618
4#61531E
5#5C5024
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 | FBEE #FBEEC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8E2 #F8E291 | BordersInactive statesPlaceholder text |
| 400 | F4D2 #F4D257 | Disabled statesSecondary iconsMuted text |
| 500 | F1C5 #F1C527 | Primary brand colorCTAsActive elementsLinks |
| 600 | D3A8 #D3A80D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A886 #A8860B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7860 #786008 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D3D #4D3D05 | Primary textHigh emphasis contentDark headings |
| 950 | 3026 #302603 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFBF1;
--olive-100: #FDF6DD;
--olive-200: #FBEEC1;
--olive-300: #F8E291;
--olive-400: #F4D257;
--olive-500: #F1C527;
--olive-600: #D3A80D;
--olive-700: #A8860B;
--olive-800: #786008;
--olive-900: #4D3D05;
--olive-950: #302603;
}