Olive
#7C5004
OrangeColor Codes
All color formats for development
HEX
#7C5004RGB
rgb(124, 80, 4)HSL
hsl(38, 94%, 25%)OKLCH
oklch(0.469 0.099 72.2)CMYK
cmyk(0%, 35%, 97%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6F4803
2#634003
3#573803
4#4A3002
5#3E2802
6#312002
7#251801
8#191001
9#0C0800
Tints
Lighter variations
1#A16805
2#C68006
3#EB9707
4#F8A920
5#F9B745
6#FAC66B
7#FCD490
8#FDE2B5
9#FEF1DA
Tones
Muted variations
1#764E0A
2#704D10
3#6A4B16
4#64491C
5#5E4822
6#584628
7#52452E
8#4C4334
9#46413A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF9 #FFF9F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF2 #FEF2DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDE6 #FDE6BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBD3 #FBD38D | BordersInactive statesPlaceholder text |
| 400 | FABC #FABC52 | Disabled statesSecondary iconsMuted text |
| 500 | F8A9 #F8A920 | Primary brand colorCTAsActive elementsLinks |
| 600 | DA8C #DA8C07 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD70 #AD7005 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C50 #7C5004 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F33 #4F3302 | Primary textHigh emphasis contentDark headings |
| 950 | 3120 #312002 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFF9F0;
--olive-100: #FEF2DC;
--olive-200: #FDE6BF;
--olive-300: #FBD38D;
--olive-400: #FABC52;
--olive-500: #F8A920;
--olive-600: #DA8C07;
--olive-700: #AD7005;
--olive-800: #7C5004;
--olive-900: #4F3302;
--olive-950: #312002;
}