Olive
#71570E
OrangeColor Codes
All color formats for development
HEX
#71570ERGB
rgb(113, 87, 14)HSL
hsl(44, 78%, 25%)OKLCH
oklch(0.471 0.091 86.9)CMYK
cmyk(0%, 23%, 88%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#664E0D
2#5B460B
3#4F3D0A
4#443408
5#392B07
6#2D2306
7#221A04
8#171103
9#0B0901
Tints
Lighter variations
1#947112
2#B68B16
3#D8A51B
4#E6B633
5#EAC255
6#EECE77
7#F2DB99
8#F7E7BB
9#FBF3DD
Tones
Muted variations
1#6D5513
2#685218
3#63501D
4#5E4E22
5#594B27
6#54492C
7#4F4731
8#4A4436
9#45423B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF4 #FBF4DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8EA #F8EAC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2DA #F2DA97 | BordersInactive statesPlaceholder text |
| 400 | EBC6 #EBC660 | Disabled statesSecondary iconsMuted text |
| 500 | E6B6 #E6B633 | Primary brand colorCTAsActive elementsLinks |
| 600 | C899 #C89919 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F7A #9F7A14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7157 #71570E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4938 #493809 | Primary textHigh emphasis contentDark headings |
| 950 | 2D23 #2D2306 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFAF1;
--olive-100: #FBF4DF;
--olive-200: #F8EAC4;
--olive-300: #F2DA97;
--olive-400: #EBC660;
--olive-500: #E6B633;
--olive-600: #C89919;
--olive-700: #9F7A14;
--olive-800: #71570E;
--olive-900: #493809;
--olive-950: #2D2306;
}