Olive
#7E4A02
OrangeColor Codes
All color formats for development
HEX
#7E4A02RGB
rgb(126, 74, 2)HSL
hsl(35, 97%, 25%)OKLCH
oklch(0.46 0.102 65.2)CMYK
cmyk(0%, 41%, 98%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#714302
2#643B02
3#583401
4#4B2C01
5#3F2501
6#321E01
7#261601
8#190F00
9#0D0700
Tints
Lighter variations
1#A36002
2#C97603
3#EF8D04
4#FC9F1D
5#FCAF43
6#FDBF68
7#FDCF8E
8#FEDFB4
9#FEEFD9
Tones
Muted variations
1#774908
2#71480E
3#6B4714
4#65461B
5#5F4521
6#584427
7#52432D
8#4C4233
9#46413A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF9 #FFF9F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEF0 #FEF0DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEE3 #FEE3BE | Secondary backgroundsInput backgroundsDividers |
| 300 | FDCE #FDCE8B | BordersInactive statesPlaceholder text |
| 400 | FCB4 #FCB44F | Disabled statesSecondary iconsMuted text |
| 500 | FC9F #FC9F1D | Primary brand colorCTAsActive elementsLinks |
| 600 | DD82 #DD8203 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B068 #B06803 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E4A #7E4A02 | Text on light backgroundsHeadingsStrong borders |
| 900 | 502F #502F01 | Primary textHigh emphasis contentDark headings |
| 950 | 321E #321E01 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFF9F0;
--olive-100: #FEF0DC;
--olive-200: #FEE3BE;
--olive-300: #FDCE8B;
--olive-400: #FCB44F;
--olive-500: #FC9F1D;
--olive-600: #DD8203;
--olive-700: #B06803;
--olive-800: #7E4A02;
--olive-900: #502F01;
--olive-950: #321E01;
}