Olive
#9A7319
OrangeColor Codes
All color formats for development
HEX
#9A7319RGB
rgb(154, 115, 25)HSL
hsl(42, 72%, 35%)OKLCH
oklch(0.58 0.111 82.8)CMYK
cmyk(0%, 25%, 84%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8A6716
2#7B5C14
3#6B5011
4#5C450F
5#4D390C
6#3D2E0A
7#2E2207
8#1F1705
9#0F0B02
Tints
Lighter variations
1#B6881E
2#D39E22
3#DFAC37
4#E3B854
5#E8C470
6#ECD08D
7#F1DCA9
8#F6E7C6
9#FAF3E2
Tones
Muted variations
1#93701F
2#8D6E26
3#866B2C
4#806933
5#796639
6#736440
7#6D6146
8#665E4C
9#605C53
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAF2 #FAF2E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6E7 #F6E7C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EFD5 #EFD59A | BordersInactive statesPlaceholder text |
| 400 | E6BF #E6BF65 | Disabled statesSecondary iconsMuted text |
| 500 | DFAD #DFAD3A | Primary brand colorCTAsActive elementsLinks |
| 600 | C191 #C1911F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A73 #9A7319 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E52 #6E5212 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4635 #46350B | Primary textHigh emphasis contentDark headings |
| 950 | 2C21 #2C2107 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFAF2;
--olive-100: #FAF2E0;
--olive-200: #F6E7C6;
--olive-300: #EFD59A;
--olive-400: #E6BF65;
--olive-500: #DFAD3A;
--olive-600: #C1911F;
--olive-700: #9A7319;
--olive-800: #6E5212;
--olive-900: #46350B;
--olive-950: #2C2107;
}