Olive
#71530F
OrangeColor Codes
All color formats for development
HEX
#71530FRGB
rgb(113, 83, 15)HSL
hsl(42, 77%, 25%)OKLCH
oklch(0.462 0.089 82.3)CMYK
cmyk(0%, 27%, 87%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#664B0D
2#5A430C
3#4F3A0A
4#443209
5#382A07
6#2D2106
7#221904
8#171103
9#0B0801
Tints
Lighter variations
1#936C13
2#B58517
3#D69E1C
4#E5B034
5#E9BD56
6#EDCA78
7#F2D799
8#F6E5BB
9#FBF2DD
Tones
Muted variations
1#6C5114
2#674F18
3#624D1D
4#5D4C22
5#584A27
6#53482C
7#4E4631
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 | FBF3 #FBF3DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7E8 #F7E8C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2D6 #F2D697 | BordersInactive statesPlaceholder text |
| 400 | EAC1 #EAC161 | Disabled statesSecondary iconsMuted text |
| 500 | E5B0 #E5B034 | Primary brand colorCTAsActive elementsLinks |
| 600 | C793 #C7931A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E75 #9E7515 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7153 #71530F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4835 #483509 | 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: #FBF3DF;
--olive-200: #F7E8C4;
--olive-300: #F2D697;
--olive-400: #EAC161;
--olive-500: #E5B034;
--olive-600: #C7931A;
--olive-700: #9E7515;
--olive-800: #71530F;
--olive-900: #483509;
--olive-950: #2D2106;
}