Olive
#7E5202
OrangeColor Codes
All color formats for development
HEX
#7E5202RGB
rgb(126, 82, 2)HSL
hsl(39, 97%, 25%)OKLCH
oklch(0.476 0.1 73.2)CMYK
cmyk(0%, 35%, 98%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#714A02
2#644202
3#583A01
4#4B3101
5#3F2901
6#322101
7#261901
8#191000
9#0D0800
Tints
Lighter variations
1#A36B02
2#C98403
3#EF9C04
4#FCAE1D
5#FCBB43
6#FDC968
7#FDD68E
8#FEE4B4
9#FEF1D9
Tones
Muted variations
1#775008
2#714F0E
3#6B4D14
4#654B1B
5#5F4921
6#584727
7#52452D
8#4C4333
9#46423A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFA #FFFAF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF2 #FEF2DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEE7 #FEE7BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDD5 #FDD58B | BordersInactive statesPlaceholder text |
| 400 | FCC0 #FCC04F | Disabled statesSecondary iconsMuted text |
| 500 | FCAE #FCAE1D | Primary brand colorCTAsActive elementsLinks |
| 600 | DD91 #DD9103 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B073 #B07303 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E52 #7E5202 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5035 #503501 | Primary textHigh emphasis contentDark headings |
| 950 | 3221 #322101 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFAF0;
--olive-100: #FEF2DC;
--olive-200: #FEE7BE;
--olive-300: #FDD58B;
--olive-400: #FCC04F;
--olive-500: #FCAE1D;
--olive-600: #DD9103;
--olive-700: #B07303;
--olive-800: #7E5202;
--olive-900: #503501;
--olive-950: #322101;
}