Olive
#70530F
OrangeColor Codes
All color formats for development
HEX
#70530FRGB
rgb(112, 83, 15)HSL
hsl(42, 76%, 25%)OKLCH
oklch(0.461 0.088 83.1)CMYK
cmyk(0%, 26%, 87%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#654B0E
2#5A430C
3#4F3A0B
4#433209
5#382A08
6#2D2106
7#221905
8#161103
9#0B0802
Tints
Lighter variations
1#926C14
2#B48518
3#D59E1D
4#E3AF35
5#E8BC57
6#EDCA78
7#F1D79A
8#F6E4BC
9#FAF2DD
Tones
Muted variations
1#6B5114
2#674F19
3#624D1E
4#5D4B23
5#584928
6#53482C
7#4E4631
8#494436
9#45423B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF3 #FBF3E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7E8 #F7E8C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1D6 #F1D698 | BordersInactive statesPlaceholder text |
| 400 | EAC1 #EAC162 | Disabled statesSecondary iconsMuted text |
| 500 | E3AF #E3AF35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C592 #C5921B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D74 #9D7415 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7053 #70530F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4835 #48350A | 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: #FDFAF2;
--olive-100: #FBF3E0;
--olive-200: #F7E8C5;
--olive-300: #F1D698;
--olive-400: #EAC162;
--olive-500: #E3AF35;
--olive-600: #C5921B;
--olive-700: #9D7415;
--olive-800: #70530F;
--olive-900: #48350A;
--olive-950: #2D2106;
}