Olive
#9E7915
OrangeColor Codes
All color formats for development
HEX
#9E7915RGB
rgb(158, 121, 21)HSL
hsl(44, 77%, 35%)OKLCH
oklch(0.596 0.116 85.8)CMYK
cmyk(0%, 23%, 87%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8E6D12
2#7E6110
3#6F550E
4#5F490C
5#4F3D0A
6#3F3108
7#2F2406
8#201804
9#100C02
Tints
Lighter variations
1#BB9018
2#D9A61C
3#E4B532
4#E8BF4F
5#ECCA6C
6#F0D58A
7#F4DFA7
8#F7EAC4
9#FBF4E2
Tones
Muted variations
1#97761B
2#907322
3#897029
4#826C30
5#7C6937
6#75663E
7#6E6345
8#67604C
9#605C52
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;
}