Olive
#71520E
OrangeColor Codes
All color formats for development
HEX
#71520ERGB
rgb(113, 82, 14)HSL
hsl(41, 78%, 25%)OKLCH
oklch(0.46 0.089 81.3)CMYK
cmyk(0%, 27%, 88%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#664A0D
2#5B420B
3#4F390A
4#443108
5#392907
6#2D2106
7#221904
8#171003
9#0B0801
Tints
Lighter variations
1#946B12
2#B68316
3#D89C1B
4#E6AD33
5#EABB55
6#EEC877
7#F2D699
8#F7E4BB
9#FBF1DD
Tones
Muted variations
1#6D5013
2#684E18
3#634D1D
4#5E4B22
5#594927
6#54472C
7#4F4531
8#4A4336
9#45423B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF2 #FBF2DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E7 #F8E7C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2D5 #F2D597 | BordersInactive statesPlaceholder text |
| 400 | EBBF #EBBF60 | Disabled statesSecondary iconsMuted text |
| 500 | E6AD #E6AD33 | Primary brand colorCTAsActive elementsLinks |
| 600 | C890 #C89019 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F73 #9F7314 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7152 #71520E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4934 #493409 | Primary textHigh emphasis contentDark headings |
| 950 | 2D21 #2D2106 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFAF1;
--olive-100: #FBF2DF;
--olive-200: #F8E7C4;
--olive-300: #F2D597;
--olive-400: #EBBF60;
--olive-500: #E6AD33;
--olive-600: #C89019;
--olive-700: #9F7314;
--olive-800: #71520E;
--olive-900: #493409;
--olive-950: #2D2106;
}