Olive
#775608
OrangeColor Codes
All color formats for development
HEX
#775608RGB
rgb(119, 86, 8)HSL
hsl(42, 87%, 25%)OKLCH
oklch(0.476 0.095 81.7)CMYK
cmyk(0%, 28%, 93%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B4D07
2#5F4507
3#533C06
4#483405
5#3C2B04
6#302203
7#241A02
8#181102
9#0C0901
Tints
Lighter variations
1#9B700B
2#BF890D
3#E3A310
4#F0B428
5#F3C14C
6#F5CD70
7#F8DA94
8#FAE6B7
9#FDF3DB
Tones
Muted variations
1#72540E
2#6C5113
3#674F19
4#614D1E
5#5B4B24
6#56492A
7#50462F
8#4B4435
9#45423A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF3 #FDF3DE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBE9 #FBE9C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F7D9 #F7D991 | BordersInactive statesPlaceholder text |
| 400 | F3C5 #F3C558 | Disabled statesSecondary iconsMuted text |
| 500 | F0B4 #F0B428 | Primary brand colorCTAsActive elementsLinks |
| 600 | D297 #D2970F | Hover statesFocus ringsPrimary buttons hover |
| 700 | A778 #A7780C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7756 #775608 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4C37 #4C3705 | Primary textHigh emphasis contentDark headings |
| 950 | 3022 #302203 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFAF1;
--olive-100: #FDF3DE;
--olive-200: #FBE9C1;
--olive-300: #F7D991;
--olive-400: #F3C558;
--olive-500: #F0B428;
--olive-600: #D2970F;
--olive-700: #A7780C;
--olive-800: #775608;
--olive-900: #4C3705;
--olive-950: #302203;
}