Olive
#7E5402
OrangeColor Codes
All color formats for development
HEX
#7E5402RGB
rgb(126, 84, 2)HSL
hsl(40, 97%, 25%)OKLCH
oklch(0.48 0.1 75.2)CMYK
cmyk(0%, 33%, 98%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#714C02
2#644302
3#583B01
4#4B3301
5#3F2A01
6#322201
7#261901
8#191100
9#0D0800
Tints
Lighter variations
1#A36E02
2#C98703
3#EFA004
4#FCB11D
5#FCBE43
6#FDCB68
7#FDD88E
8#FEE5B4
9#FEF2D9
Tones
Muted variations
1#775208
2#71500E
3#6B4E14
4#654C1B
5#5F4A21
6#584827
7#52462D
8#4C4433
9#46423A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFA #FFFAF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF3 #FEF3DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEE9 #FEE9BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDD7 #FDD78B | BordersInactive statesPlaceholder text |
| 400 | FCC3 #FCC34F | Disabled statesSecondary iconsMuted text |
| 500 | FCB1 #FCB11D | Primary brand colorCTAsActive elementsLinks |
| 600 | DD94 #DD9403 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B076 #B07603 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E54 #7E5402 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5036 #503601 | Primary textHigh emphasis contentDark headings |
| 950 | 3222 #322201 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFAF0;
--olive-100: #FEF3DC;
--olive-200: #FEE9BE;
--olive-300: #FDD78B;
--olive-400: #FCC34F;
--olive-500: #FCB11D;
--olive-600: #DD9403;
--olive-700: #B07603;
--olive-800: #7E5402;
--olive-900: #503601;
--olive-950: #322201;
}