Olive
#7E5002
OrangeColor Codes
All color formats for development
HEX
#7E5002RGB
rgb(126, 80, 2)HSL
hsl(38, 97%, 25%)OKLCH
oklch(0.472 0.101 71.2)CMYK
cmyk(0%, 37%, 98%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#714802
2#644002
3#583801
4#4B3001
5#3F2801
6#322001
7#261801
8#191000
9#0D0800
Tints
Lighter variations
1#A36802
2#C98003
3#EF9804
4#FCAA1D
5#FCB843
6#FDC668
7#FDD48E
8#FEE3B4
9#FEF1D9
Tones
Muted variations
1#774F08
2#714D0E
3#6B4B14
4#654A1B
5#5F4821
6#584627
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 | FEF2 #FEF2DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEE6 #FEE6BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDD4 #FDD48B | BordersInactive statesPlaceholder text |
| 400 | FCBD #FCBD4F | Disabled statesSecondary iconsMuted text |
| 500 | FCAA #FCAA1D | Primary brand colorCTAsActive elementsLinks |
| 600 | DD8D #DD8D03 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B070 #B07003 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E50 #7E5002 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5033 #503301 | 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: #FEF2DC;
--olive-200: #FEE6BE;
--olive-300: #FDD48B;
--olive-400: #FCBD4F;
--olive-500: #FCAA1D;
--olive-600: #DD8D03;
--olive-700: #B07003;
--olive-800: #7E5002;
--olive-900: #503301;
--olive-950: #322001;
}