Olive
#7A4B05
OrangeColor Codes
All color formats for development
HEX
#7A4B05RGB
rgb(122, 75, 5)HSL
hsl(36, 92%, 25%)OKLCH
oklch(0.457 0.098 68.3)CMYK
cmyk(0%, 39%, 96%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E4405
2#623C04
3#563504
4#492D03
5#3D2603
6#311E02
7#251702
8#180F01
9#0C0801
Tints
Lighter variations
1#9F6207
2#C47908
3#E98F0A
4#F6A123
5#F7B147
6#F9C16C
7#FAD091
8#FCE0B6
9#FDEFDA
Tones
Muted variations
1#754A0B
2#6F4911
3#694817
4#63471D
5#5D4622
6#574428
7#51432E
8#4B4234
9#46413A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF0 #FEF0DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCE4 #FCE4BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FACF #FACF8E | BordersInactive statesPlaceholder text |
| 400 | F8B6 #F8B654 | Disabled statesSecondary iconsMuted text |
| 500 | F6A1 #F6A123 | Primary brand colorCTAsActive elementsLinks |
| 600 | D785 #D78509 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB6A #AB6A07 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A4B #7A4B05 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E30 #4E3003 | Primary textHigh emphasis contentDark headings |
| 950 | 311E #311E02 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEF9F0;
--olive-100: #FEF0DD;
--olive-200: #FCE4BF;
--olive-300: #FACF8E;
--olive-400: #F8B654;
--olive-500: #F6A123;
--olive-600: #D78509;
--olive-700: #AB6A07;
--olive-800: #7A4B05;
--olive-900: #4E3003;
--olive-950: #311E02;
}