Olive
#7E5B01
OrangeColor Codes
All color formats for development
HEX
#7E5B01RGB
rgb(126, 91, 1)HSL
hsl(43, 98%, 25%)OKLCH
oklch(0.495 0.102 82.3)CMYK
cmyk(0%, 28%, 99%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#725201
2#654901
3#584001
4#4C3601
5#3F2D01
6#322401
7#261B00
8#191200
9#0D0900
Tints
Lighter variations
1#A47602
2#CA9102
3#F0AD02
4#FDBD1C
5#FDC842
6#FDD368
7#FEDE8D
8#FEE9B3
9#FFF4D9
Tones
Muted variations
1#785808
2#72550E
3#6B5314
4#65501A
5#5F4D21
6#594B27
7#52482D
8#4C4533
9#46423A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFFB #FFFBF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFF5 #FFF5DC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEEC #FEECBD | Secondary backgroundsInput backgroundsDividers |
| 300 | FEDD #FEDD8B | BordersInactive statesPlaceholder text |
| 400 | FDCC #FDCC4E | Disabled statesSecondary iconsMuted text |
| 500 | FDBD #FDBD1C | Primary brand colorCTAsActive elementsLinks |
| 600 | DEA0 #DEA002 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B17F #B17F02 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E5B #7E5B01 | Text on light backgroundsHeadingsStrong borders |
| 900 | 513A #513A01 | Primary textHigh emphasis contentDark headings |
| 950 | 3224 #322401 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FFFBF0;
--olive-100: #FFF5DC;
--olive-200: #FEECBD;
--olive-300: #FEDD8B;
--olive-400: #FDCC4E;
--olive-500: #FDBD1C;
--olive-600: #DEA002;
--olive-700: #B17F02;
--olive-800: #7E5B01;
--olive-900: #513A01;
--olive-950: #322401;
}