Olive
#7E5001
OrangeColor Codes
All color formats for development
HEX
#7E5001RGB
rgb(126, 80, 1)HSL
hsl(38, 98%, 25%)OKLCH
oklch(0.472 0.101 71.4)CMYK
cmyk(0%, 37%, 99%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#724801
2#654001
3#583801
4#4C3001
5#3F2801
6#322001
7#261800
8#191000
9#0D0800
Tints
Lighter variations
1#A46902
2#CA8102
3#F09902
4#FDAA1C
5#FDB842
6#FDC668
7#FED58D
8#FEE3B3
9#FFF1D9
Tones
Muted variations
1#784F08
2#724D0E
3#6B4B14
4#654A1A
5#5F4821
6#594627
7#52452D
8#4C4333
9#46413A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF9 #FFF9F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFF2 #FFF2DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEE7 #FEE7BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FED4 #FED48B | BordersInactive statesPlaceholder text |
| 400 | FDBD #FDBD4E | Disabled statesSecondary iconsMuted text |
| 500 | FDAA #FDAA1C | Primary brand colorCTAsActive elementsLinks |
| 600 | DE8E #DE8E02 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B171 #B17102 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E50 #7E5001 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5133 #513301 | Primary textHigh emphasis contentDark headings |
| 950 | 3220 #322001 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFF9F0;
--olive-100: #FFF2DC;
--olive-200: #FEE7BD;
--olive-300: #FED48B;
--olive-400: #FDBD4E;
--olive-500: #FDAA1C;
--olive-600: #DE8E02;
--olive-700: #B17102;
--olive-800: #7E5001;
--olive-900: #513301;
--olive-950: #322001;
}