Olive
#7C5803
OrangeColor Codes
All color formats for development
HEX
#7C5803RGB
rgb(124, 88, 3)HSL
hsl(42, 95%, 25%)OKLCH
oklch(0.486 0.099 80.6)CMYK
cmyk(0%, 29%, 98%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#704F03
2#634603
3#573E02
4#4B3502
5#3E2C02
6#322301
7#251A01
8#191201
9#0C0900
Tints
Lighter variations
1#A27204
2#C78D05
3#ECA706
4#F9B81F
5#FAC445
6#FBD06A
7#FCDB8F
8#FDE7B4
9#FEF3DA
Tones
Muted variations
1#765609
2#70530F
3#6A5115
4#644E1B
5#5E4C21
6#584928
7#52472E
8#4C4534
9#46423A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFA #FFFAF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF4 #FEF4DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDEA #FDEABE | Secondary backgroundsInput backgroundsDividers |
| 300 | FCDB #FCDB8D | BordersInactive statesPlaceholder text |
| 400 | FBC8 #FBC851 | Disabled statesSecondary iconsMuted text |
| 500 | F9B8 #F9B81F | Primary brand colorCTAsActive elementsLinks |
| 600 | DB9B #DB9B06 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AE7B #AE7B04 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C58 #7C5803 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5038 #503802 | Primary textHigh emphasis contentDark headings |
| 950 | 3223 #322301 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFAF0;
--olive-100: #FEF4DC;
--olive-200: #FDEABE;
--olive-300: #FCDB8D;
--olive-400: #FBC851;
--olive-500: #F9B81F;
--olive-600: #DB9B06;
--olive-700: #AE7B04;
--olive-800: #7C5803;
--olive-900: #503802;
--olive-950: #322301;
}