Salmon
#E76587
PinkColor Codes
All color formats for development
HEX
#E76587RGB
rgb(231, 101, 135)HSL
hsl(344, 73%, 65%)OKLCH
oklch(0.676 0.164 6.2)CMYK
cmyk(0%, 56%, 42%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E24871
2#DE2B5B
3#C91F4C
4#AC1B42
5#8F1637
6#73122C
7#560D21
8#390916
9#1D040B
Tints
Lighter variations
1#E97493
2#EC839F
3#EE93AB
4#F1A2B7
5#F3B2C3
6#F5C1CF
7#F8D1DB
8#FAE0E7
9#FDF0F3
Tones
Muted variations
1#E06B8A
2#DA728D
3#D37890
4#CD7F94
5#C68597
6#C08C9A
7#B9929D
8#B399A0
9#AC9FA3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9AB0 | BordersInactive statesPlaceholder text |
| 400 | E765 #E76587 | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E03865 | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E4A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A183B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E112A | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B1B | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C0711 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF2F5;
--salmon-100: #FAE0E7;
--salmon-200: #F6C6D3;
--salmon-300: #EF9AB0;
--salmon-400: #E76587;
--salmon-500: #E03865;
--salmon-600: #C21E4A;
--salmon-700: #9A183B;
--salmon-800: #6E112A;
--salmon-900: #470B1B;
--salmon-950: #2C0711;
}