Olive
#775609
OrangeColor Codes
All color formats for development
HEX
#775609RGB
rgb(119, 86, 9)HSL
hsl(42, 86%, 25%)OKLCH
oklch(0.476 0.095 81.6)CMYK
cmyk(0%, 28%, 92%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B4D08
2#5F4507
3#533C06
4#473305
5#3B2B04
6#2F2204
7#241A03
8#181102
9#0C0901
Tints
Lighter variations
1#9A6F0C
2#BE890E
3#E1A311
4#EFB42A
5#F2C04D
6#F4CD71
7#F7D994
8#FAE6B8
9#FCF2DB
Tones
Muted variations
1#71530E
2#6C5114
3#664F19
4#614D1F
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 | FAE9 #FAE9C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F7D9 #F7D992 | BordersInactive statesPlaceholder text |
| 400 | F3C4 #F3C459 | Disabled statesSecondary iconsMuted text |
| 500 | EFB4 #EFB42A | Primary brand colorCTAsActive elementsLinks |
| 600 | D197 #D19710 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A678 #A6780C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7756 #775609 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4C37 #4C3706 | Primary textHigh emphasis contentDark headings |
| 950 | 2F22 #2F2204 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--olive-50: #FEFAF1;
--olive-100: #FDF3DE;
--olive-200: #FAE9C1;
--olive-300: #F7D992;
--olive-400: #F3C459;
--olive-500: #EFB42A;
--olive-600: #D19710;
--olive-700: #A6780C;
--olive-800: #775609;
--olive-900: #4C3706;
--olive-950: #2F2204;
}