Salmon
#EB6075
RedColor Codes
All color formats for development
HEX
#EB6075RGB
rgb(235, 96, 117)HSL
hsl(351, 78%, 65%)OKLCH
oklch(0.67 0.172 13.9)CMYK
cmyk(0%, 59%, 50%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E8435B
2#E42542
3#CF1A35
4#B1162D
5#941226
6#760F1E
7#590B17
8#3B070F
9#1E0408
Tints
Lighter variations
1#ED7083
2#EF8091
3#F1909E
4#F3A0AC
5#F5B0BA
6#F7BFC8
7#F9CFD6
8#FBDFE3
9#FDEFF1
Tones
Muted variations
1#E4677A
2#DD6E7F
3#D67584
4#D07C89
5#C9838D
6#C28A92
7#BB9197
8#B4989C
9#AD9FA1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4CC | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297A4 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB6075 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E6334E | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81933 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1429 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E1D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490913 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D060C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF1F3;
--salmon-100: #FBDFE3;
--salmon-200: #F8C4CC;
--salmon-300: #F297A4;
--salmon-400: #EB6075;
--salmon-500: #E6334E;
--salmon-600: #C81933;
--salmon-700: #9F1429;
--salmon-800: #710E1D;
--salmon-900: #490913;
--salmon-950: #2D060C;
}