Olive
#714D0E
OrangeColor Codes
All color formats for development
HEX
#714D0ERGB
rgb(113, 77, 14)HSL
hsl(38, 78%, 25%)OKLCH
oklch(0.449 0.088 75.4)CMYK
cmyk(0%, 32%, 88%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#66450D
2#5B3E0B
3#4F360A
4#442E08
5#392707
6#2D1F06
7#221704
8#170F03
9#0B0801
Tints
Lighter variations
1#946412
2#B67B16
3#D8921B
4#E6A433
5#EAB355
6#EEC277
7#F2D299
8#F7E1BB
9#FBF0DD
Tones
Muted variations
1#6D4C13
2#684A18
3#63491D
4#5E4822
5#594627
6#54452C
7#4F4431
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 | F8E5 #F8E5C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2D1 #F2D197 | BordersInactive statesPlaceholder text |
| 400 | EBB8 #EBB860 | Disabled statesSecondary iconsMuted text |
| 500 | E6A4 #E6A433 | Primary brand colorCTAsActive elementsLinks |
| 600 | C888 #C88819 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F6C #9F6C14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 714D #714D0E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4931 #493109 | 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: #F8E5C4;
--olive-300: #F2D197;
--olive-400: #EBB860;
--olive-500: #E6A433;
--olive-600: #C88819;
--olive-700: #9F6C14;
--olive-800: #714D0E;
--olive-900: #493109;
--olive-950: #2D1F06;
}