Olive
#73520D
OrangeColor Codes
All color formats for development
HEX
#73520DRGB
rgb(115, 82, 13)HSL
hsl(41, 80%, 25%)OKLCH
oklch(0.462 0.09 79.8)CMYK
cmyk(0%, 29%, 89%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#674A0B
2#5C420A
3#503A09
4#453108
5#392906
6#2E2105
7#221904
8#171003
9#0B0801
Tints
Lighter variations
1#956B11
2#B88414
3#DA9D18
4#E8AE30
5#ECBB53
6#F0C975
7#F4D698
8#F7E4BA
9#FBF1DD
Tones
Muted variations
1#6E5112
2#694F17
3#634D1C
4#5E4B21
5#594926
6#54472B
7#4F4530
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 | F8E8 #F8E8C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3D6 #F3D695 | BordersInactive statesPlaceholder text |
| 400 | EDC0 #EDC05E | Disabled statesSecondary iconsMuted text |
| 500 | E8AE #E8AE30 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA91 #CA9116 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A173 #A17312 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7352 #73520D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4935 #493508 | Primary textHigh emphasis contentDark headings |
| 950 | 2E21 #2E2105 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFAF1;
--olive-100: #FBF2DF;
--olive-200: #F8E8C3;
--olive-300: #F3D695;
--olive-400: #EDC05E;
--olive-500: #E8AE30;
--olive-600: #CA9116;
--olive-700: #A17312;
--olive-800: #73520D;
--olive-900: #493508;
--olive-950: #2E2105;
}