Olive
#7B5504
OrangeColor Codes
All color formats for development
HEX
#7B5504RGB
rgb(123, 85, 4)HSL
hsl(41, 94%, 25%)OKLCH
oklch(0.478 0.098 78.1)CMYK
cmyk(0%, 31%, 97%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6F4D03
2#634503
3#573C03
4#4A3302
5#3E2B02
6#312202
7#251A01
8#191101
9#0C0900
Tints
Lighter variations
1#A16F05
2#C68906
3#EBA307
4#F8B420
5#F9C045
6#FACD6B
7#FCD990
8#FDE6B5
9#FEF2DA
Tones
Muted variations
1#76540A
2#705110
3#6A4F16
4#644D1C
5#5E4B22
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 #FDE9BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBD9 #FBD98D | BordersInactive statesPlaceholder text |
| 400 | FAC5 #FAC552 | Disabled statesSecondary iconsMuted text |
| 500 | F8B4 #F8B420 | Primary brand colorCTAsActive elementsLinks |
| 600 | DA97 #DA9707 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD78 #AD7805 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C56 #7C5604 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F37 #4F3702 | Primary textHigh emphasis contentDark headings |
| 950 | 3122 #312202 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFAF0;
--olive-100: #FEF3DC;
--olive-200: #FDE9BF;
--olive-300: #FBD98D;
--olive-400: #FAC552;
--olive-500: #F8B420;
--olive-600: #DA9707;
--olive-700: #AD7805;
--olive-800: #7C5604;
--olive-900: #4F3702;
--olive-950: #312202;
}