Olive
#7C4E04
OrangeColor Codes
All color formats for development
HEX
#7C4E04RGB
rgb(124, 78, 4)HSL
hsl(37, 94%, 25%)OKLCH
oklch(0.465 0.099 70.2)CMYK
cmyk(0%, 37%, 97%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6F4603
2#633E03
3#573603
4#4A2F02
5#3E2702
6#311F02
7#251701
8#191001
9#0C0800
Tints
Lighter variations
1#A16505
2#C67C06
3#EB9407
4#F8A520
5#F9B445
6#FAC36B
7#FCD290
8#FDE1B5
9#FEF0DA
Tones
Muted variations
1#764C0A
2#704B10
3#6A4A16
4#64481C
5#5E4722
6#584528
7#52442E
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 | FEF1 #FEF1DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDE5 #FDE5BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FBD1 #FBD18D | BordersInactive statesPlaceholder text |
| 400 | FAB9 #FAB952 | Disabled statesSecondary iconsMuted text |
| 500 | F8A5 #F8A520 | Primary brand colorCTAsActive elementsLinks |
| 600 | DA89 #DA8907 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD6D #AD6D05 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C4E #7C4E04 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F32 #4F3202 | Primary textHigh emphasis contentDark headings |
| 950 | 311F #311F02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFF9F0;
--olive-100: #FEF1DC;
--olive-200: #FDE5BF;
--olive-300: #FBD18D;
--olive-400: #FAB952;
--olive-500: #F8A520;
--olive-600: #DA8907;
--olive-700: #AD6D05;
--olive-800: #7C4E04;
--olive-900: #4F3202;
--olive-950: #311F02;
}