Olive
#7D5203
OrangeColor Codes
All color formats for development
HEX
#7D5203RGB
rgb(125, 82, 3)HSL
hsl(39, 95%, 25%)OKLCH
oklch(0.475 0.1 73.8)CMYK
cmyk(0%, 34%, 98%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#704A03
2#634203
3#573902
4#4B3102
5#3E2902
6#322101
7#251901
8#191001
9#0C0800
Tints
Lighter variations
1#A26A04
2#C78305
3#EC9C06
4#F9AD1F
5#FABB45
6#FBC86A
7#FCD68F
8#FDE4B4
9#FEF1DA
Tones
Muted variations
1#765009
2#704E0F
3#6A4C15
4#644B1B
5#5E4921
6#584728
7#52452E
8#4C4334
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 | FDE7 #FDE7BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FCD5 #FCD58D | BordersInactive statesPlaceholder text |
| 400 | FBBF #FBBF51 | Disabled statesSecondary iconsMuted text |
| 500 | F9AD #F9AD1F | Primary brand colorCTAsActive elementsLinks |
| 600 | DB90 #DB9006 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AE73 #AE7304 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C52 #7C5203 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5034 #503402 | 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: #FDE7BE;
--olive-300: #FCD58D;
--olive-400: #FBBF51;
--olive-500: #F9AD1F;
--olive-600: #DB9006;
--olive-700: #AE7304;
--olive-800: #7C5203;
--olive-900: #503402;
--olive-950: #322101;
}