Olive
#7B5904
OrangeColor Codes
All color formats for development
HEX
#7B5904RGB
rgb(123, 89, 4)HSL
hsl(43, 94%, 25%)OKLCH
oklch(0.487 0.099 82.2)CMYK
cmyk(0%, 28%, 97%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6F5103
2#634803
3#573F03
4#4A3602
5#3E2D02
6#312402
7#251B01
8#191201
9#0C0900
Tints
Lighter variations
1#A17505
2#C69006
3#EBAA07
4#F8BB20
5#F9C645
6#FAD26B
7#FCDD90
8#FDE8B5
9#FEF4DA
Tones
Muted variations
1#76570A
2#705510
3#6A5216
4#644F1C
5#5E4D22
6#584A28
7#52482E
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 | FDEB #FDEBBF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBDC #FBDC8D | BordersInactive statesPlaceholder text |
| 400 | FACA #FACA52 | Disabled statesSecondary iconsMuted text |
| 500 | F8BB #F8BB20 | Primary brand colorCTAsActive elementsLinks |
| 600 | DA9E #DA9E07 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD7E #AD7E05 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C5A #7C5A04 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F39 #4F3902 | Primary textHigh emphasis contentDark headings |
| 950 | 3124 #312402 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFAF0;
--olive-100: #FEF4DC;
--olive-200: #FDEBBF;
--olive-300: #FBDC8D;
--olive-400: #FACA52;
--olive-500: #F8BB20;
--olive-600: #DA9E07;
--olive-700: #AD7E05;
--olive-800: #7C5A04;
--olive-900: #4F3902;
--olive-950: #312402;
}