Olive
#7E4E02
OrangeColor Codes
All color formats for development
HEX
#7E4E02RGB
rgb(126, 78, 2)HSL
hsl(37, 97%, 25%)OKLCH
oklch(0.468 0.101 69.2)CMYK
cmyk(0%, 38%, 98%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#714602
2#643F02
3#583701
4#4B2F01
5#3F2701
6#321F01
7#261701
8#191000
9#0D0800
Tints
Lighter variations
1#A36602
2#C97D03
3#EF9504
4#FCA61D
5#FCB543
6#FDC468
7#FDD38E
8#FEE1B4
9#FEF0D9
Tones
Muted variations
1#774D08
2#714B0E
3#6B4A14
4#65481B
5#5F4721
6#584627
7#52442D
8#4C4333
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 | FEE5 #FEE5BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDD2 #FDD28B | BordersInactive statesPlaceholder text |
| 400 | FCBA #FCBA4F | Disabled statesSecondary iconsMuted text |
| 500 | FCA6 #FCA61D | Primary brand colorCTAsActive elementsLinks |
| 600 | DD8A #DD8A03 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B06D #B06D03 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E4E #7E4E02 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5032 #503201 | Primary textHigh emphasis contentDark headings |
| 950 | 321F #321F01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFF9F0;
--olive-100: #FEF1DC;
--olive-200: #FEE5BE;
--olive-300: #FDD28B;
--olive-400: #FCBA4F;
--olive-500: #FCA61D;
--olive-600: #DD8A03;
--olive-700: #B06D03;
--olive-800: #7E4E02;
--olive-900: #503201;
--olive-950: #321F01;
}