Olive
#714D0F
OrangeColor Codes
All color formats for development
HEX
#714D0FRGB
rgb(113, 77, 15)HSL
hsl(38, 77%, 25%)OKLCH
oklch(0.449 0.088 75.2)CMYK
cmyk(0%, 32%, 87%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66450D
2#5A3D0C
3#4F360A
4#442E09
5#382607
6#2D1F06
7#221704
8#170F03
9#0B0801
Tints
Lighter variations
1#936413
2#B57B17
3#D6921C
4#E5A434
5#E9B356
6#EDC278
7#F2D199
8#F6E1BB
9#FBF0DD
Tones
Muted variations
1#6C4C14
2#674A18
3#62491D
4#5D4822
5#584627
6#53452C
7#4E4431
8#4A4236
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 | F7E5 #F7E5C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2D0 #F2D097 | BordersInactive statesPlaceholder text |
| 400 | EAB8 #EAB861 | Disabled statesSecondary iconsMuted text |
| 500 | E5A4 #E5A434 | Primary brand colorCTAsActive elementsLinks |
| 600 | C787 #C7871A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E6C #9E6C15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 714D #714D0F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4831 #483109 | 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: #F7E5C4;
--olive-300: #F2D097;
--olive-400: #EAB861;
--olive-500: #E5A434;
--olive-600: #C7871A;
--olive-700: #9E6C15;
--olive-800: #714D0F;
--olive-900: #483109;
--olive-950: #2D1F06;
}