Olive
#704E0F
OrangeColor Codes
All color formats for development
HEX
#704E0FRGB
rgb(112, 78, 15)HSL
hsl(39, 76%, 25%)OKLCH
oklch(0.45 0.087 77.2)CMYK
cmyk(0%, 30%, 87%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#65460E
2#5A3F0C
3#4F370B
4#432F09
5#382708
6#2D1F06
7#221705
8#161003
9#0B0802
Tints
Lighter variations
1#926614
2#B47D18
3#D5951D
4#E3A635
5#E8B557
6#EDC478
7#F1D39A
8#F6E1BC
9#FAF0DD
Tones
Muted variations
1#6B4D14
2#674B19
3#624A1E
4#5D4823
5#584728
6#53462C
7#4E4431
8#494336
9#45413B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF9 #FDF9F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF1 #FBF1E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7E5 #F7E5C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1D2 #F1D298 | BordersInactive statesPlaceholder text |
| 400 | EABA #EABA62 | Disabled statesSecondary iconsMuted text |
| 500 | E3A6 #E3A635 | Primary brand colorCTAsActive elementsLinks |
| 600 | C58A #C58A1B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D6E #9D6E15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 704E #704E0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4832 #48320A | Primary textHigh emphasis contentDark headings |
| 950 | 2D1F #2D1F06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDF9F2;
--olive-100: #FBF1E0;
--olive-200: #F7E5C5;
--olive-300: #F1D298;
--olive-400: #EABA62;
--olive-500: #E3A635;
--olive-600: #C58A1B;
--olive-700: #9D6E15;
--olive-800: #704E0F;
--olive-900: #48320A;
--olive-950: #2D1F06;
}