Olive
#7C4A04
OrangeColor Codes
All color formats for development
HEX
#7C4A04RGB
rgb(124, 74, 4)HSL
hsl(35, 94%, 25%)OKLCH
oklch(0.457 0.1 66.1)CMYK
cmyk(0%, 40%, 97%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6F4203
2#633B03
3#573403
4#4A2C02
5#3E2502
6#311D02
7#251601
8#190F01
9#0C0700
Tints
Lighter variations
1#A16005
2#C67606
3#EB8C07
4#F89E20
5#F9AE45
6#FABE6B
7#FCCF90
8#FDDFB5
9#FEEFDA
Tones
Muted variations
1#76490A
2#704810
3#6A4716
4#64461C
5#5E4522
6#584428
7#52432E
8#4C4234
9#46413A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF9 #FFF9F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF0 #FEF0DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDE3 #FDE3BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBCE #FBCE8D | BordersInactive statesPlaceholder text |
| 400 | FAB4 #FAB452 | Disabled statesSecondary iconsMuted text |
| 500 | F89E #F89E20 | Primary brand colorCTAsActive elementsLinks |
| 600 | DA82 #DA8207 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD67 #AD6705 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C4A #7C4A04 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F2F #4F2F02 | Primary textHigh emphasis contentDark headings |
| 950 | 311D #311D02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFF9F0;
--olive-100: #FEF0DC;
--olive-200: #FDE3BF;
--olive-300: #FBCE8D;
--olive-400: #FAB452;
--olive-500: #F89E20;
--olive-600: #DA8207;
--olive-700: #AD6705;
--olive-800: #7C4A04;
--olive-900: #4F2F02;
--olive-950: #311D02;
}