Olive
#74580B
OrangeColor Codes
All color formats for development
HEX
#74580BRGB
rgb(116, 88, 11)HSL
hsl(44, 83%, 25%)OKLCH
oklch(0.477 0.093 85.9)CMYK
cmyk(0%, 24%, 91%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69500A
2#5D4709
3#523E08
4#463507
5#3A2C05
6#2F2304
7#231B03
8#171202
9#0C0901
Tints
Lighter variations
1#98730E
2#BB8E11
3#DEA815
4#EBB92D
5#EFC450
6#F2D073
7#F5DC96
8#F8E8B9
9#FCF3DC
Tones
Muted variations
1#6F5610
2#6A5415
3#65511B
4#5F4F20
5#5A4C25
6#554A2B
7#504730
8#4A4535
9#45423A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF4 #FCF4DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9EB #F9EBC2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5DB #F5DB94 | BordersInactive statesPlaceholder text |
| 400 | F0C8 #F0C85C | Disabled statesSecondary iconsMuted text |
| 500 | EBB9 #EBB92D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD9C #CD9C13 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A37C #A37C0F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7558 #75580B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B39 #4B3907 | Primary textHigh emphasis contentDark headings |
| 950 | 2F23 #2F2304 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFAF1;
--olive-100: #FCF4DE;
--olive-200: #F9EBC2;
--olive-300: #F5DB94;
--olive-400: #F0C85C;
--olive-500: #EBB92D;
--olive-600: #CD9C13;
--olive-700: #A37C0F;
--olive-800: #75580B;
--olive-900: #4B3907;
--olive-950: #2F2304;
}