Olive
#795706
OrangeColor Codes
All color formats for development
HEX
#795706RGB
rgb(121, 87, 6)HSL
hsl(42, 91%, 25%)OKLCH
oklch(0.48 0.097 81.5)CMYK
cmyk(0%, 28%, 95%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E4E05
2#614605
3#553D04
4#493403
5#3D2B03
6#312302
7#251A02
8#181101
9#0C0901
Tints
Lighter variations
1#9E7107
2#C38B09
3#E7A50B
4#F5B624
5#F6C248
6#F8CE6D
7#FADB91
8#FCE7B6
9#FDF3DA
Tones
Muted variations
1#74550C
2#6E5211
3#685017
4#634E1D
5#5D4B23
6#574929
7#51472E
8#4B4434
9#46423A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF4 #FDF4DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCEA #FCEAC0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FADA #FADA8F | BordersInactive statesPlaceholder text |
| 400 | F7C6 #F7C655 | Disabled statesSecondary iconsMuted text |
| 500 | F5B6 #F5B624 | Primary brand colorCTAsActive elementsLinks |
| 600 | D699 #D6990A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA7A #AA7A08 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A57 #7A5706 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E38 #4E3804 | Primary textHigh emphasis contentDark headings |
| 950 | 3123 #312302 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFAF0;
--olive-100: #FDF4DD;
--olive-200: #FCEAC0;
--olive-300: #FADA8F;
--olive-400: #F7C655;
--olive-500: #F5B624;
--olive-600: #D6990A;
--olive-700: #AA7A08;
--olive-800: #7A5706;
--olive-900: #4E3804;
--olive-950: #312302;
}