Olive
#7C5804
OrangeColor Codes
All color formats for development
HEX
#7C5804RGB
rgb(124, 88, 4)HSL
hsl(42, 94%, 25%)OKLCH
oklch(0.486 0.099 80.5)CMYK
cmyk(0%, 29%, 97%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6F4F03
2#634603
3#573D03
4#4A3502
5#3E2C02
6#312302
7#251A01
8#191201
9#0C0900
Tints
Lighter variations
1#A17205
2#C68C06
3#EBA707
4#F8B720
5#F9C345
6#FACF6B
7#FCDB90
8#FDE7B5
9#FEF3DA
Tones
Muted variations
1#76550A
2#705310
3#6A5116
4#644E1C
5#5E4C22
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 #FDEABF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBDA #FBDA8D | BordersInactive statesPlaceholder text |
| 400 | FAC7 #FAC752 | Disabled statesSecondary iconsMuted text |
| 500 | F8B7 #F8B720 | Primary brand colorCTAsActive elementsLinks |
| 600 | DA9A #DA9A07 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD7B #AD7B05 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C58 #7C5804 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F38 #4F3802 | Primary textHigh emphasis contentDark headings |
| 950 | 3123 #312302 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFAF0;
--olive-100: #FEF4DC;
--olive-200: #FDEABF;
--olive-300: #FBDA8D;
--olive-400: #FAC752;
--olive-500: #F8B720;
--olive-600: #DA9A07;
--olive-700: #AD7B05;
--olive-800: #7C5804;
--olive-900: #4F3802;
--olive-950: #312302;
}