Olive
#7D5403
OrangeColor Codes
All color formats for development
HEX
#7D5403RGB
rgb(125, 84, 3)HSL
hsl(40, 95%, 25%)OKLCH
oklch(0.479 0.099 75.8)CMYK
cmyk(0%, 33%, 98%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#704C03
2#634303
3#573B02
4#4B3202
5#3E2A02
6#322201
7#251901
8#191101
9#0C0800
Tints
Lighter variations
1#A26D04
2#C78605
3#EC9F06
4#F9B11F
5#FABE45
6#FBCB6A
7#FCD88F
8#FDE5B4
9#FEF2DA
Tones
Muted variations
1#765209
2#70500F
3#6A4E15
4#644C1B
5#5E4A21
6#584828
7#52462E
8#4C4434
9#46423A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFA #FFFAF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF3 #FEF3DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDE8 #FDE8BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FCD7 #FCD78D | BordersInactive statesPlaceholder text |
| 400 | FBC2 #FBC251 | Disabled statesSecondary iconsMuted text |
| 500 | F9B1 #F9B11F | Primary brand colorCTAsActive elementsLinks |
| 600 | DB94 #DB9406 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AE76 #AE7604 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C54 #7C5403 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5036 #503602 | Primary textHigh emphasis contentDark headings |
| 950 | 3222 #322201 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFAF0;
--olive-100: #FEF3DC;
--olive-200: #FDE8BE;
--olive-300: #FCD78D;
--olive-400: #FBC251;
--olive-500: #F9B11F;
--olive-600: #DB9406;
--olive-700: #AE7604;
--olive-800: #7C5403;
--olive-900: #503602;
--olive-950: #322201;
}