Olive
#707010
YellowColor Codes
All color formats for development
HEX
#707010RGB
rgb(112, 112, 16)HSL
hsl(60, 75%, 25%)OKLCH
oklch(0.528 0.11 109.6)CMYK
cmyk(0%, 0%, 86%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#64640E
2#59590D
3#4E4E0B
4#43430A
5#383808
6#2D2D06
7#212105
8#161603
9#0B0B02
Tints
Lighter variations
1#919115
2#B3B319
3#D4D41E
4#E2E236
5#E7E758
6#ECEC79
7#F1F19B
8#F5F5BC
9#FAFADE
Tones
Muted variations
1#6B6B15
2#666619
3#61611E
4#5C5C23
5#585828
6#53532D
7#4E4E31
8#494936
9#45453B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFD #FDFDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBFB #FBFBE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7F7 #F7F7C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F0F0 #F0F098 | BordersInactive statesPlaceholder text |
| 400 | E9E9 #E9E963 | Disabled statesSecondary iconsMuted text |
| 500 | E2E2 #E2E236 | Primary brand colorCTAsActive elementsLinks |
| 600 | C4C4 #C4C41C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C9C #9C9C16 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7070 #707010 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4747 #47470A | Primary textHigh emphasis contentDark headings |
| 950 | 2D2D #2D2D06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFDF2;
--olive-100: #FBFBE0;
--olive-200: #F7F7C5;
--olive-300: #F0F098;
--olive-400: #E9E963;
--olive-500: #E2E236;
--olive-600: #C4C41C;
--olive-700: #9C9C16;
--olive-800: #707010;
--olive-900: #47470A;
--olive-950: #2D2D06;
}