Olive
#704D0F
OrangeColor Codes
All color formats for development
HEX
#704D0FRGB
rgb(112, 77, 15)HSL
hsl(38, 76%, 25%)OKLCH
oklch(0.448 0.087 76)CMYK
cmyk(0%, 31%, 87%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#65450E
2#5A3D0C
3#4F360B
4#432E09
5#382608
6#2D1F06
7#221705
8#160F03
9#0B0802
Tints
Lighter variations
1#926414
2#B47B18
3#D5921D
4#E3A435
5#E8B357
6#EDC278
7#F1D19A
8#F6E1BC
9#FAF0DD
Tones
Muted variations
1#6B4B14
2#674A19
3#62491E
4#5D4823
5#584628
6#53452C
7#4E4431
8#494236
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 | F1D0 #F1D098 | BordersInactive statesPlaceholder text |
| 400 | EAB8 #EAB862 | Disabled statesSecondary iconsMuted text |
| 500 | E3A4 #E3A435 | Primary brand colorCTAsActive elementsLinks |
| 600 | C587 #C5871B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D6B #9D6B15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 704D #704D0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4831 #48310A | 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: #F1D098;
--olive-400: #EAB862;
--olive-500: #E3A435;
--olive-600: #C5871B;
--olive-700: #9D6B15;
--olive-800: #704D0F;
--olive-900: #48310A;
--olive-950: #2D1F06;
}