Salmon
#E7657F
RedColor Codes
All color formats for development
HEX
#E7657FRGB
rgb(231, 101, 127)HSL
hsl(348, 73%, 65%)OKLCH
oklch(0.673 0.162 10.1)CMYK
cmyk(0%, 56%, 45%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E24867
2#DE2B4F
3#C91F41
4#AC1B38
5#8F162F
6#731225
7#560D1C
8#390913
9#1D0409
Tints
Lighter variations
1#E9748B
2#EC8398
3#EE93A5
4#F1A2B2
5#F3B2BF
6#F5C1CC
7#F8D1D8
8#FAE0E5
9#FDF0F2
Tones
Muted variations
1#E06B83
2#DA7286
3#D3788A
4#CD7F8E
5#C68592
6#C08C96
7#B9929A
8#B3999E
9#AC9FA2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6CF | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9AAB | BordersInactive statesPlaceholder text |
| 400 | E765 #E7657F | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E0385A | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E3F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A1832 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E1124 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B17 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C070E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--salmon-50: #FDF2F4;
--salmon-100: #FAE0E5;
--salmon-200: #F6C6CF;
--salmon-300: #EF9AAB;
--salmon-400: #E7657F;
--salmon-500: #E0385A;
--salmon-600: #C21E3F;
--salmon-700: #9A1832;
--salmon-800: #6E1124;
--salmon-900: #470B17;
--salmon-950: #2C070E;
}