Olive
#71500E
OrangeColor Codes
All color formats for development
HEX
#71500ERGB
rgb(113, 80, 14)HSL
hsl(40, 78%, 25%)OKLCH
oklch(0.456 0.089 79)CMYK
cmyk(0%, 29%, 88%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66480D
2#5B400B
3#4F380A
4#443008
5#392807
6#2D2006
7#221804
8#171003
9#0B0801
Tints
Lighter variations
1#946812
2#B68116
3#D8991B
4#E6AA33
5#EAB855
6#EEC677
7#F2D599
8#F7E3BB
9#FBF1DD
Tones
Muted variations
1#6D4F13
2#684D18
3#634B1D
4#5E4A22
5#594827
6#54462C
7#4F4531
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 | F8E6 #F8E6C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2D4 #F2D497 | BordersInactive statesPlaceholder text |
| 400 | EBBD #EBBD60 | Disabled statesSecondary iconsMuted text |
| 500 | E6AA #E6AA33 | Primary brand colorCTAsActive elementsLinks |
| 600 | C88D #C88D19 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F70 #9F7014 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7150 #71500E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4933 #493309 | 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: #F8E6C4;
--olive-300: #F2D497;
--olive-400: #EBBD60;
--olive-500: #E6AA33;
--olive-600: #C88D19;
--olive-700: #9F7014;
--olive-800: #71500E;
--olive-900: #493309;
--olive-950: #2D2006;
}