Olive
#70620F
YellowColor Codes
All color formats for development
HEX
#70620FRGB
rgb(112, 98, 15)HSL
hsl(51, 76%, 25%)OKLCH
oklch(0.495 0.097 98.8)CMYK
cmyk(0%, 13%, 87%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#65580E
2#5A4E0C
3#4F440B
4#433B09
5#383108
6#2D2706
7#221D05
8#161403
9#0B0A02
Tints
Lighter variations
1#927F14
2#B49C18
3#D5BA1D
4#E3C935
5#E8D257
6#EDDB78
7#F1E49A
8#F6EDBC
9#FAF6DD
Tones
Muted variations
1#6B5E14
2#675B19
3#62571E
4#5D5423
5#585128
6#534D2C
7#4E4A31
8#494736
9#45433B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFB #FDFBF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF7 #FBF7E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7EF #F7EFC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1E4 #F1E498 | BordersInactive statesPlaceholder text |
| 400 | EAD5 #EAD562 | Disabled statesSecondary iconsMuted text |
| 500 | E3C9 #E3C935 | Primary brand colorCTAsActive elementsLinks |
| 600 | C5AC #C5AC1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D89 #9D8915 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7062 #70620F | Text on light backgroundsHeadingsStrong borders |
| 900 | 483F #483F0A | Primary textHigh emphasis contentDark headings |
| 950 | 2D27 #2D2706 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFBF2;
--olive-100: #FBF7E0;
--olive-200: #F7EFC5;
--olive-300: #F1E498;
--olive-400: #EAD562;
--olive-500: #E3C935;
--olive-600: #C5AC1B;
--olive-700: #9D8915;
--olive-800: #70620F;
--olive-900: #483F0A;
--olive-950: #2D2706;
}