Salmon
#ED5E8C
PinkColor Codes
All color formats for development
HEX
#ED5E8CRGB
rgb(237, 94, 140)HSL
hsl(341, 80%, 65%)OKLCH
oklch(0.677 0.18 3.2)CMYK
cmyk(0%, 60%, 41%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA4176
2#E72361
3#D11752
4#B31446
5#95113B
6#770D2F
7#5A0A23
8#3C0717
9#1E030C
Tints
Lighter variations
1#EF6E97
2#F17EA3
3#F38FAE
4#F49FBA
5#F6AFC5
6#F8BFD1
7#FACFDC
8#FBDFE8
9#FDEFF3
Tones
Muted variations
1#E6658E
2#DF6D91
3#D87493
4#D17B96
5#C98299
6#C2899B
7#BB909E
8#B497A1
9#AD9FA3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395B3 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5E8C | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E8306B | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA164F | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A1123F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D2D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #49081D | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0512 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF1F5;
--salmon-100: #FBDFE8;
--salmon-200: #F8C3D4;
--salmon-300: #F395B3;
--salmon-400: #ED5E8C;
--salmon-500: #E8306B;
--salmon-600: #CA164F;
--salmon-700: #A1123F;
--salmon-800: #730D2D;
--salmon-900: #49081D;
--salmon-950: #2E0512;
}