Olive
#9D7715
OrangeColor Codes
All color formats for development
HEX
#9D7715RGB
rgb(157, 119, 21)HSL
hsl(43, 76%, 35%)OKLCH
oklch(0.591 0.115 84.8)CMYK
cmyk(0%, 24%, 87%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8D6B13
2#7E5F11
3#6E530F
4#5E470D
5#4F3B0B
6#3F2F09
7#2F2406
8#1F1804
9#100C02
Tints
Lighter variations
1#BA8D19
2#D7A31D
3#E3B133
4#E7BC50
5#EBC76D
6#EFD38A
7#F3DEA7
8#F7E9C5
9#FBF4E2
Tones
Muted variations
1#96741C
2#907123
3#896E2A
4#826B31
5#7B6837
6#74653E
7#6E6245
8#675F4C
9#605C52
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDFA #FDFAF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBF3 #FBF3E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7E9 #F7E9C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F1D8 #F1D898 | BordersInactive statesPlaceholder text |
| 400 | EAC3 #EAC362 | Disabled statesSecondary iconsMuted text |
| 500 | E3B2 #E3B235 | Primary brand colorCTAsActive elementsLinks |
| 600 | C595 #C5951B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D77 #9D7715 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7055 #70550F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4836 #48360A | Primary textHigh emphasis contentDark headings |
| 950 | 2D22 #2D2206 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FDFAF2;
--olive-100: #FBF3E0;
--olive-200: #F7E9C5;
--olive-300: #F1D898;
--olive-400: #EAC362;
--olive-500: #E3B235;
--olive-600: #C5951B;
--olive-700: #9D7715;
--olive-800: #70550F;
--olive-900: #48360A;
--olive-950: #2D2206;
}