Olive
#A6780C
OrangeColor Codes
All color formats for development
HEX
#A6780CRGB
rgb(166, 120, 12)HSL
hsl(42, 87%, 35%)OKLCH
oklch(0.603 0.122 80.9)CMYK
cmyk(0%, 28%, 93%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#966C0A
2#866009
3#755408
4#644807
5#533C06
6#433005
7#322403
8#211802
9#110C01
Tints
Lighter variations
1#C68F0E
2#E5A510
3#F0B326
4#F2BE45
5#F4C964
6#F6D483
7#F9DFA2
8#FBE9C1
9#FDF4E0
Tones
Muted variations
1#9F7513
2#97721B
3#906F23
4#886C2B
5#806932
6#78663A
7#716342
8#695F4A
9#615C51
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;
}