Olive
#7D5603
OrangeColor Codes
All color formats for development
HEX
#7D5603RGB
rgb(125, 86, 3)HSL
hsl(41, 95%, 25%)OKLCH
oklch(0.483 0.1 77.8)CMYK
cmyk(0%, 31%, 98%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#704D03
2#634503
3#573C02
4#4B3402
5#3E2B02
6#322201
7#251A01
8#191101
9#0C0900
Tints
Lighter variations
1#A27004
2#C78A05
3#ECA306
4#F9B41F
5#FAC145
6#FBCD6A
7#FCDA8F
8#FDE6B4
9#FEF3DA
Tones
Muted variations
1#765409
2#70520F
3#6A4F15
4#644D1B
5#5E4B21
6#584928
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 | FDE9 #FDE9BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FCD9 #FCD98D | BordersInactive statesPlaceholder text |
| 400 | FBC5 #FBC551 | Disabled statesSecondary iconsMuted text |
| 500 | F9B4 #F9B41F | Primary brand colorCTAsActive elementsLinks |
| 600 | DB97 #DB9706 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AE78 #AE7804 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C56 #7C5603 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5037 #503702 | 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: #FDE9BE;
--olive-300: #FCD98D;
--olive-400: #FBC551;
--olive-500: #F9B41F;
--olive-600: #DB9706;
--olive-700: #AE7804;
--olive-800: #7C5603;
--olive-900: #503702;
--olive-950: #322201;
}