Olive
#70600F
YellowColor Codes
All color formats for development
HEX
#70600FRGB
rgb(112, 96, 15)HSL
hsl(50, 76%, 25%)OKLCH
oklch(0.49 0.095 96.9)CMYK
cmyk(0%, 14%, 87%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#65560E
2#5A4D0C
3#4F430B
4#433A09
5#383008
6#2D2606
7#221D05
8#161303
9#0B0A02
Tints
Lighter variations
1#927D14
2#B49A18
3#D5B61D
4#E3C635
5#E8D057
6#EDD978
7#F1E39A
8#F6ECBC
9#FAF6DD
Tones
Muted variations
1#6B5D14
2#675A19
3#62561E
4#5D5323
5#585028
6#534D2C
7#4E4931
8#494636
9#45433B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFB #FDFBF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF6 #FBF6E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7EF #F7EFC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1E2 #F1E298 | BordersInactive statesPlaceholder text |
| 400 | EAD3 #EAD362 | Disabled statesSecondary iconsMuted text |
| 500 | E3C6 #E3C635 | Primary brand colorCTAsActive elementsLinks |
| 600 | C5A9 #C5A91B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D86 #9D8615 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7060 #70600F | Text on light backgroundsHeadingsStrong borders |
| 900 | 483D #483D0A | Primary textHigh emphasis contentDark headings |
| 950 | 2D26 #2D2606 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFBF2;
--olive-100: #FBF6E0;
--olive-200: #F7EFC5;
--olive-300: #F1E298;
--olive-400: #EAD362;
--olive-500: #E3C635;
--olive-600: #C5A91B;
--olive-700: #9D8615;
--olive-800: #70600F;
--olive-900: #483D0A;
--olive-950: #2D2606;
}