Olive
#714F0E
OrangeColor Codes
All color formats for development
HEX
#714F0ERGB
rgb(113, 79, 14)HSL
hsl(39, 78%, 25%)OKLCH
oklch(0.453 0.088 77.8)CMYK
cmyk(0%, 30%, 88%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66470D
2#5B3F0B
3#4F370A
4#442F08
5#392707
6#2D1F06
7#221804
8#171003
9#0B0801
Tints
Lighter variations
1#946612
2#B67E16
3#D8951B
4#E6A733
5#EAB655
6#EEC477
7#F2D399
8#F7E2BB
9#FBF0DD
Tones
Muted variations
1#6D4D13
2#684C18
3#634A1D
4#5E4922
5#594727
6#54462C
7#4F4431
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 | FBF1 #FBF1DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E6 #F8E6C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2D2 #F2D297 | BordersInactive statesPlaceholder text |
| 400 | EBBB #EBBB60 | Disabled statesSecondary iconsMuted text |
| 500 | E6A7 #E6A733 | Primary brand colorCTAsActive elementsLinks |
| 600 | C88A #C88A19 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F6E #9F6E14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 714F #714F0E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4932 #493209 | 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: #FDF9F1;
--olive-100: #FBF1DF;
--olive-200: #F8E6C4;
--olive-300: #F2D297;
--olive-400: #EBBB60;
--olive-500: #E6A733;
--olive-600: #C88A19;
--olive-700: #9F6E14;
--olive-800: #714F0E;
--olive-900: #493209;
--olive-950: #2D1F06;
}