Olive
#71570F
OrangeColor Codes
All color formats for development
HEX
#71570FRGB
rgb(113, 87, 15)HSL
hsl(44, 77%, 25%)OKLCH
oklch(0.471 0.09 86.8)CMYK
cmyk(0%, 23%, 87%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#664E0D
2#5A450C
3#4F3D0A
4#443409
5#382B07
6#2D2306
7#221A04
8#171103
9#0B0901
Tints
Lighter variations
1#937113
2#B58B17
3#D6A51C
4#E5B534
5#E9C256
6#EDCE78
7#F2DA99
8#F6E6BB
9#FBF3DD
Tones
Muted variations
1#6C5414
2#675218
3#62501D
4#5D4D22
5#584B27
6#53492C
7#4E4731
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 | F7EA #F7EAC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2D9 #F2D997 | BordersInactive statesPlaceholder text |
| 400 | EAC6 #EAC661 | Disabled statesSecondary iconsMuted text |
| 500 | E5B5 #E5B534 | Primary brand colorCTAsActive elementsLinks |
| 600 | C799 #C7991A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E79 #9E7915 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7157 #71570F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4837 #483709 | 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: #F7EAC4;
--olive-300: #F2D997;
--olive-400: #EAC661;
--olive-500: #E5B534;
--olive-600: #C7991A;
--olive-700: #9E7915;
--olive-800: #71570F;
--olive-900: #483709;
--olive-950: #2D2306;
}