Olive
#7C5204
OrangeColor Codes
All color formats for development
HEX
#7C5204RGB
rgb(124, 82, 4)HSL
hsl(39, 94%, 25%)OKLCH
oklch(0.473 0.099 74.3)CMYK
cmyk(0%, 34%, 97%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6F4A03
2#634103
3#573903
4#4A3102
5#3E2902
6#312102
7#251901
8#191001
9#0C0800
Tints
Lighter variations
1#A16A05
2#C68306
3#EB9B07
4#F8AD20
5#F9BA45
6#FAC86B
7#FCD690
8#FDE4B5
9#FEF1DA
Tones
Muted variations
1#76500A
2#704E10
3#6A4C16
4#644B1C
5#5E4922
6#584728
7#52452E
8#4C4334
9#46423A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFA #FFFAF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF2 #FEF2DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDE7 #FDE7BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBD5 #FBD58D | BordersInactive statesPlaceholder text |
| 400 | FABF #FABF52 | Disabled statesSecondary iconsMuted text |
| 500 | F8AD #F8AD20 | Primary brand colorCTAsActive elementsLinks |
| 600 | DA90 #DA9007 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD72 #AD7205 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C52 #7C5204 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F34 #4F3402 | 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: #FEF2DC;
--olive-200: #FDE7BF;
--olive-300: #FBD58D;
--olive-400: #FABF52;
--olive-500: #F8AD20;
--olive-600: #DA9007;
--olive-700: #AD7205;
--olive-800: #7C5204;
--olive-900: #4F3402;
--olive-950: #312102;
}