Salmon
#EB7360
RedColor Codes
All color formats for development
HEX
#EB7360RGB
rgb(235, 115, 96)HSL
hsl(8, 78%, 65%)OKLCH
oklch(0.692 0.152 30.6)CMYK
cmyk(0%, 51%, 59%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E85943
2#E43F25
3#CF321A
4#B12B16
5#942312
6#761C0F
7#59150B
8#3B0E07
9#1E0704
Tints
Lighter variations
1#ED8170
2#EF8F80
3#F19D90
4#F3ABA0
5#F5B9B0
6#F7C7BF
7#F9D5CF
8#FBE3DF
9#FDF1EF
Tones
Muted variations
1#E47867
2#DD7D6E
3#D68275
4#D0877C
5#C98C83
6#C2918A
7#BB9691
8#B49C98
9#ADA19F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF3 #FDF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE3 #FBE3DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8CB #F8CBC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F2A3 #F2A397 | BordersInactive statesPlaceholder text |
| 400 | EB73 #EB7360 | Disabled statesSecondary iconsMuted text |
| 500 | E64B #E64B33 | Primary brand colorCTAsActive elementsLinks |
| 600 | C830 #C83019 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F26 #9F2614 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 711B #711B0E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4911 #491109 | Primary textHigh emphasis contentDark headings |
| 950 | 2D0B #2D0B06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF3F1;
--salmon-100: #FBE3DF;
--salmon-200: #F8CBC4;
--salmon-300: #F2A397;
--salmon-400: #EB7360;
--salmon-500: #E64B33;
--salmon-600: #C83019;
--salmon-700: #9F2614;
--salmon-800: #711B0E;
--salmon-900: #491109;
--salmon-950: #2D0B06;
}