Salmon
#EBAD60
OrangeColor Codes
All color formats for development
HEX
#EBAD60RGB
rgb(235, 173, 96)HSL
hsl(33, 78%, 65%)OKLCH
oklch(0.791 0.119 70.6)CMYK
cmyk(0%, 26%, 59%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E89D43
2#E48E25
3#CF7D1A
4#B16B16
5#945912
6#76470F
7#59360B
8#3B2407
9#1E1204
Tints
Lighter variations
1#EDB570
2#EFBD80
3#F1C590
4#F3CEA0
5#F5D6B0
6#F7DEBF
7#F9E6CF
8#FBEFDF
9#FDF7EF
Tones
Muted variations
1#E4AC67
2#DDAB6E
3#D6AB75
4#D0AA7C
5#C9A983
6#C2A98A
7#BBA891
8#B4A798
9#ADA69F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF8 #FDF8F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBEF #FBEFDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8E0 #F8E0C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2C9 #F2C997 | BordersInactive statesPlaceholder text |
| 400 | EBAD #EBAD60 | Disabled statesSecondary iconsMuted text |
| 500 | E695 #E69533 | Primary brand colorCTAsActive elementsLinks |
| 600 | C879 #C87919 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F60 #9F6014 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7145 #71450E | Text on light backgroundsHeadingsStrong borders |
| 900 | 492C #492C09 | Primary textHigh emphasis contentDark headings |
| 950 | 2D1B #2D1B06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF8F1;
--salmon-100: #FBEFDF;
--salmon-200: #F8E0C4;
--salmon-300: #F2C997;
--salmon-400: #EBAD60;
--salmon-500: #E69533;
--salmon-600: #C87919;
--salmon-700: #9F6014;
--salmon-800: #71450E;
--salmon-900: #492C09;
--salmon-950: #2D1B06;
}