Olive
#71500F
OrangeColor Codes
All color formats for development
HEX
#71500FRGB
rgb(113, 80, 15)HSL
hsl(40, 77%, 25%)OKLCH
oklch(0.456 0.088 78.8)CMYK
cmyk(0%, 29%, 87%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66480D
2#5A400C
3#4F380A
4#443009
5#382807
6#2D2006
7#221804
8#171003
9#0B0801
Tints
Lighter variations
1#936813
2#B58017
3#D6981C
4#E5AA34
5#E9B856
6#EDC678
7#F2D499
8#F6E3BB
9#FBF1DD
Tones
Muted variations
1#6C4E14
2#674D18
3#624B1D
4#5D4A22
5#584827
6#53462C
7#4E4531
8#4A4336
9#45413B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF9 #FDF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF2 #FBF2DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7E6 #F7E6C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2D3 #F2D397 | BordersInactive statesPlaceholder text |
| 400 | EABD #EABD61 | Disabled statesSecondary iconsMuted text |
| 500 | E5AA #E5AA34 | Primary brand colorCTAsActive elementsLinks |
| 600 | C78D #C78D1A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E70 #9E7015 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7150 #71500F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4833 #483309 | Primary textHigh emphasis contentDark headings |
| 950 | 2D20 #2D2006 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDF9F1;
--olive-100: #FBF2DF;
--olive-200: #F7E6C4;
--olive-300: #F2D397;
--olive-400: #EABD61;
--olive-500: #E5AA34;
--olive-600: #C78D1A;
--olive-700: #9E7015;
--olive-800: #71500F;
--olive-900: #483309;
--olive-950: #2D2006;
}