Olive
#7B5404
OrangeColor Codes
All color formats for development
HEX
#7B5404RGB
rgb(123, 84, 4)HSL
hsl(40, 94%, 25%)OKLCH
oklch(0.476 0.098 77.1)CMYK
cmyk(0%, 32%, 97%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6F4B03
2#634303
3#573B03
4#4A3202
5#3E2A02
6#312102
7#251901
8#191101
9#0C0800
Tints
Lighter variations
1#A16D05
2#C68606
3#EB9F07
4#F8B020
5#F9BD45
6#FACA6B
7#FCD890
8#FDE5B5
9#FEF2DA
Tones
Muted variations
1#76520A
2#705010
3#6A4E16
4#644C1C
5#5E4A22
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 #FDE8BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBD7 #FBD78D | BordersInactive statesPlaceholder text |
| 400 | FAC2 #FAC252 | Disabled statesSecondary iconsMuted text |
| 500 | F8B0 #F8B020 | Primary brand colorCTAsActive elementsLinks |
| 600 | DA93 #DA9307 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD75 #AD7505 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C54 #7C5404 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F36 #4F3602 | Primary textHigh emphasis contentDark headings |
| 950 | 3121 #312102 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFAF0;
--olive-100: #FEF3DC;
--olive-200: #FDE8BF;
--olive-300: #FBD78D;
--olive-400: #FAC252;
--olive-500: #F8B020;
--olive-600: #DA9307;
--olive-700: #AD7505;
--olive-800: #7C5404;
--olive-900: #4F3602;
--olive-950: #312102;
}