Olive
#7E4E01
OrangeColor Codes
All color formats for development
HEX
#7E4E01RGB
rgb(126, 78, 1)HSL
hsl(37, 98%, 25%)OKLCH
oklch(0.468 0.101 69.4)CMYK
cmyk(0%, 38%, 99%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#724601
2#653F01
3#583701
4#4C2F01
5#3F2701
6#321F01
7#261700
8#191000
9#0D0800
Tints
Lighter variations
1#A46602
2#CA7D02
3#F09502
4#FDA61C
5#FDB542
6#FDC468
7#FED38D
8#FEE1B3
9#FFF0D9
Tones
Muted variations
1#784D08
2#724B0E
3#6B4A14
4#65481A
5#5F4721
6#594627
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 | FFF1 #FFF1DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEE5 #FEE5BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FED2 #FED28B | BordersInactive statesPlaceholder text |
| 400 | FDBA #FDBA4E | Disabled statesSecondary iconsMuted text |
| 500 | FDA6 #FDA61C | Primary brand colorCTAsActive elementsLinks |
| 600 | DE8A #DE8A02 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B16E #B16E02 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E4E #7E4E01 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5132 #513201 | 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: #FFF1DC;
--olive-200: #FEE5BD;
--olive-300: #FED28B;
--olive-400: #FDBA4E;
--olive-500: #FDA61C;
--olive-600: #DE8A02;
--olive-700: #B16E02;
--olive-800: #7E4E01;
--olive-900: #513201;
--olive-950: #321F01;
}