Olive
#7E5802
OrangeColor Codes
All color formats for development
HEX
#7E5802RGB
rgb(126, 88, 2)HSL
hsl(42, 97%, 25%)OKLCH
oklch(0.488 0.101 79.3)CMYK
cmyk(0%, 30%, 98%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#715002
2#644702
3#583E01
4#4B3501
5#3F2C01
6#322301
7#261B01
8#191200
9#0D0900
Tints
Lighter variations
1#A37302
2#C98E03
3#EFA804
4#FCB91D
5#FCC443
6#FDD068
7#FDDC8E
8#FEE8B4
9#FEF3D9
Tones
Muted variations
1#775608
2#71540E
3#6B5114
4#654F1B
5#5F4C21
6#584A27
7#52472D
8#4C4533
9#46423A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFA #FFFAF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF4 #FEF4DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEEB #FEEBBE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDDB #FDDB8B | BordersInactive statesPlaceholder text |
| 400 | FCC8 #FCC84F | Disabled statesSecondary iconsMuted text |
| 500 | FCB9 #FCB91D | Primary brand colorCTAsActive elementsLinks |
| 600 | DD9C #DD9C03 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B07C #B07C03 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E58 #7E5802 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5039 #503901 | Primary textHigh emphasis contentDark headings |
| 950 | 3223 #322301 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFAF0;
--olive-100: #FEF4DC;
--olive-200: #FEEBBE;
--olive-300: #FDDB8B;
--olive-400: #FCC84F;
--olive-500: #FCB91D;
--olive-600: #DD9C03;
--olive-700: #B07C03;
--olive-800: #7E5802;
--olive-900: #503901;
--olive-950: #322301;
}