Olive
#754C0B
OrangeColor Codes
All color formats for development
HEX
#754C0BRGB
rgb(117, 76, 11)HSL
hsl(37, 83%, 25%)OKLCH
oklch(0.452 0.092 71.8)CMYK
cmyk(0%, 35%, 91%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#69440A
2#5D3D09
3#523508
4#462E07
5#3A2605
6#2F1E04
7#231703
8#170F02
9#0C0801
Tints
Lighter variations
1#98630E
2#BB7A11
3#DE9115
4#EBA22D
5#EFB250
6#F2C173
7#F5D196
8#F8E0B9
9#FCF0DC
Tones
Muted variations
1#6F4B10
2#6A4A15
3#65481B
4#5F4720
5#5A4625
6#55452B
7#504330
8#4A4235
9#45413A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCF1 #FCF1DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9E4 #F9E4C2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F5D0 #F5D094 | BordersInactive statesPlaceholder text |
| 400 | F0B7 #F0B75C | Disabled statesSecondary iconsMuted text |
| 500 | EBA2 #EBA22D | Primary brand colorCTAsActive elementsLinks |
| 600 | CD86 #CD8613 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A36B #A36B0F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 754C #754C0B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B31 #4B3107 | Primary textHigh emphasis contentDark headings |
| 950 | 2F1E #2F1E04 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEF9F1;
--olive-100: #FCF1DE;
--olive-200: #F9E4C2;
--olive-300: #F5D094;
--olive-400: #F0B75C;
--olive-500: #EBA22D;
--olive-600: #CD8613;
--olive-700: #A36B0F;
--olive-800: #754C0B;
--olive-900: #4B3107;
--olive-950: #2F1E04;
}